Skip to content

Commit 21f0288

Browse files
authored
Add @vscode/ prefix to README to avoid NPM warning (#25)
2 parents c7f5b74 + 6e76dcb commit 21f0288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installation
99
You can download the latest build from the [Releases](https://github.com/salesforce/bazel-vscode/releases) or package the extension by yourself:
1010
1. [Install](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#installation) `vsce` CLI tool:
1111
```bash
12-
npm install -g vsce
12+
npm install -g @vscode/vsce
1313
```
1414
2. Clone the repository
1515
```bash
@@ -75,4 +75,4 @@ NOTE! Tasks 'Formatting' and 'Unused deps' require [buildifier](https://github.c
7575
Remote Development
7676
--------------------
7777

78-
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.
78+
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.

0 commit comments

Comments
 (0)