about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-30 05:48:47 +0000
committerbors <bors@rust-lang.org>2023-06-30 05:48:47 +0000
commit40b2a68381f6889416a7b6aebc14a98902429a09 (patch)
treea528caaea4e8fc0171ee198059f05948bbbf4040 /editors/code/package.json
parent769c80dc626b610ea0aa282b33de9149d9c460bb (diff)
parent0500b1d5f8ae562585da07f68b6e66d8fc786039 (diff)
downloadrust-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.json4
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",