diff --git a/README.md b/README.md index fc7c708..66e12a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Installation You can download the latest build from the [Releases](https://github.com/salesforce/bazel-vscode/releases) or package the extension by yourself: 1. [Install](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#installation) `vsce` CLI tool: ```bash - npm install -g vsce + npm install -g @vscode/vsce ``` 2. Clone the repository ```bash @@ -75,4 +75,4 @@ NOTE! Tasks 'Formatting' and 'Unused deps' require [buildifier](https://github.c Remote Development -------------------- -If you are using Visual Studio Code Remote Development for work, please note that 'Bazel' and other additional tools must be installed on the server. \ No newline at end of file +If you are using Visual Studio Code Remote Development for work, please note that 'Bazel' and other additional tools must be installed on the server.