Unnamed repository; edit this file 'description' to name the repository.
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 a905de2c6b..581b3abb36 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", |