This is a basic app to test the sourcemap support for CSS mirroring in the Edge DevTools extension for Visual studio code.
To run the app and test the functionality follow these steps:
- Make sure you have the Microsoft Edge DevTools for Visual Studio Code extension installed
- Clone this repo or download the zip of this app and unpack it
- Open the folder in Visual Studio Code
- Run
npm i
in the Terminal - Run
npm start
in the Terminal - Switch VS Code to "Run and Debug" and run "Launch Edge and Attach DevTools" (the project is already configured to use Edge Canary, just make sure you have it installed)
- Start editing Styles in DevTools and watch them sync!
We have an issue open in the Extension repository and we'd love to get your feedback there!