diff options
| author | bors <bors@rust-lang.org> | 2023-06-30 05:48:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-30 05:48:47 +0000 |
| commit | 40b2a68381f6889416a7b6aebc14a98902429a09 (patch) | |
| tree | a528caaea4e8fc0171ee198059f05948bbbf4040 /editors/code/package.json | |
| parent | 769c80dc626b610ea0aa282b33de9149d9c460bb (diff) | |
| parent | 0500b1d5f8ae562585da07f68b6e66d8fc786039 (diff) | |
| download | rust-40b2a68381f6889416a7b6aebc14a98902429a09.tar.gz rust-40b2a68381f6889416a7b6aebc14a98902429a09.zip | |
Auto merge of #15174 - tetsuharuohzeki:switch-to-use-vscode-vcse, r=Veykril
editor/code: Switch to `@vscode/vsce` This follows up https://github.com/rust-lang/rust-analyzer/pull/15151 `vsce` was renamed to ``@vscode/vsce`.` We should switch to it now. - https://code.visualstudio.com/updates/v1_74#_extension-authoring - https://www.npmjs.com/package/`@vscode/vsce`
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a905de2c6b1..581b3abb366 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -54,6 +54,7 @@ "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "@vscode/test-electron": "^2.3.3", + "@vscode/vsce": "^2.19.0", "cross-env": "^7.0.3", "esbuild": "^0.18.10", "eslint": "^8.43.0", @@ -61,8 +62,7 @@ "ovsx": "^0.8.1", "prettier": "^2.8.8", "tslib": "^2.6.0", - "typescript": "^5.1.3", - "vsce": "^2.9.2" + "typescript": "^5.1.3" }, "activationEvents": [ "workspaceContains:*/Cargo.toml", |
