Skip to content

Commit d9b09be

Browse files
committed
docs: add development section to readme
1 parent 6f08506 commit d9b09be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Right clicks on the minify code. Select `Source Map Visualization` in the contex
1818

1919
![Demo](https://raw.githubusercontent.com/cncolder/vscode-source-map-visualization/main/docs/demo.gif)
2020

21+
## Development
22+
23+
```bash
24+
pnpm i
25+
```
26+
27+
Open VS Code `Run and Debug` panel, select `Extension` to start debugging.
28+
2129
## Thanks
2230

2331
[evanw/source-map-visualization](https://github.com/evanw/source-map-visualization)

0 commit comments

Comments
 (0)