зеркало из https://github.com/MicrosoftEdge/Demos.git
e37df194a3 | ||
---|---|---|
.. | ||
.vscode | ||
public | ||
src | ||
README.md | ||
demo.zip | ||
index.html | ||
package-lock.json | ||
package.json | ||
script.js | ||
sourcemaps-demo.png | ||
style.css |
README.md
Demo app to test sourcemap support of the VS Code Edge DevTools extension
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!