Skip to content

Commit f9375aa

Browse files
committed
extension: Restore vsce package as a devDependency
The parent commit added this package back, which defaulted to adding it as a regular dependency. Signed-off-by: Marco Miller <marco.miller@ericsson.com>
1 parent 7595d69 commit f9375aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"test": "node ./out/test/runTest.js"
6161
},
6262
"dependencies": {
63-
"@vscode/vsce": "^2.19.0",
6463
"tree-kill": "^1.2.2",
6564
"tsp-typescript-client": "next"
6665
},
@@ -72,6 +71,7 @@
7271
"@typescript-eslint/eslint-plugin": "^5.59.1",
7372
"@typescript-eslint/parser": "^5.59.1",
7473
"@vscode/test-electron": "^2.3.0",
74+
"@vscode/vsce": "^2.19.0",
7575
"eslint": "^8.39.0",
7676
"glob": "^8.1.0",
7777
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)