Skip to content

Commit 001cad8

Browse files
authored
Additional fixes
1 parent 03ec314 commit 001cad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Editors/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm run dev-package
2626
You can install the package from the command-line using the `code` command if available (see [Launching from the command line](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)).
2727

2828
```
29-
code --install-extension out/sourcekit-lsp-vscode-dev.vsix
29+
code --install-extension sourcekit-lsp-development.vsix
3030
```
3131

3232
Or you can install from within the application using the `Extensions > Install from VSIX...` command from the command palette.

Editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"esbuild": "npm run -S esbuild-base -- --sourcemap",
2727
"esbuild-watch": "npm run -S esbuild-base -- --sourcemap --watch",
2828
"package": "vsce package",
29-
"dev-package": "vsce package -o sourcekit-lsp-development.vsix",
29+
"dev-package": "vsce package -o sourcekit-lsp-development.vsix"
3030
},
3131
"dependencies": {
3232
"vscode-languageclient": "^7.0.0"

0 commit comments

Comments
 (0)