Skip to content

Commit b81016b

Browse files
committed
update developer doc
Signed-off-by: Jade Abraham <[email protected]>
1 parent e7fb76c commit b81016b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)