Skip to content

Commit 682a727

Browse files
committed
Merge branch 'main' of github.com:PhilippeChab/nwscript-ee-language-server into main
2 parents 1c77062 + 98e0f79 commit 682a727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ I personally use the [One Dark Pro](https://marketplace.visualstudio.com/items?i
9696
## Building and running
9797

9898
- Install NodeJS from https://nodejs.org/en/.
99-
- Invoke `npm install -g yarn vsce` which will install Yarn, a dependency manager, and vsce, a VS Code packaging library.
99+
- Invoke `npm install -g yarn @vscode/vsce` which will install Yarn, a dependency manager, and vsce, a VS Code packaging library.
100100
- In the project root directory, invoke `yarn install` which will install all dependencies using Yarn.
101101
- In the project root directory, invoke `vsce package` which will produce a .vsix file.
102102
- To install, in VS Code on the extension pane, click on the three dots at the top right then select `Install From VSIX` and navigate to the package you just produced.

0 commit comments

Comments
 (0)