Skip to content

Commit 24365e6

Browse files
committed
chore(vs-code-ext): Upgrade @vscode/vsce to 2.23.0
Also adds npm as official packageManager there as npm
1 parent dcf84b3 commit 24365e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vs-code-extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"Visualization"
1717
],
1818
"activationEvents": [],
19+
"packageManager": "[email protected]",
1920
"main": "./out/extension.js",
2021
"icon": "./icon.png",
2122
"contributes": {
@@ -79,7 +80,7 @@
7980
"@typescript-eslint/eslint-plugin": "^6.7.3",
8081
"@typescript-eslint/parser": "^6.7.3",
8182
"@vscode/test-electron": "2.3.4",
82-
"@vscode/vsce": "2.22.0",
83+
"@vscode/vsce": "2.23.0",
8384
"eslint": "^8.50.0",
8485
"glob": "^10.3.3",
8586
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)