Skip to content

Commit 217717c

Browse files
authored
Merge pull request #26 from jabraham17/add-vsce-dev
Add vsce as a dev dependency
2 parents bf90334 + b81016b commit 217717c

File tree

3 files changed

+2706
-170
lines changed

3 files changed

+2706
-170
lines changed

DEVELOPER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This document is intended for developers who want to contribute to the Chapel ex
66

77
To build and test the extension locally in debug mode, you can use the Run/Debug tab to launch the extension in a new VSCode window (or press `F5`).
88

9-
For some debugging purposes, it may be useful to build a local binary of the extension using `vsce`. To do this, run `vsce package -o bin/chapel.vsix` from the root of the repository. This can then be installed in VSCode by selecting "Install from VSIX" in the Extensions view, or by running `code --install-extension bin/chapel.vsix`.
9+
For some debugging purposes, it may be useful to build a local binary of the extension using `vsce`. To do this, run `npx vsce package -o bin/chapel.vsix` from the root of the repository. This can then be installed in VSCode by selecting "Install from VSIX" in the Extensions view, or by running `code --install-extension bin/chapel.vsix`.

0 commit comments

Comments
 (0)