Skip to content

Commit b085a1a

Browse files
committed
chore: using @vscode/vsce @vscode/test-electron
1 parent 1ed5278 commit b085a1a

File tree

3 files changed

+1365
-1148
lines changed

3 files changed

+1365
-1148
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@
377377
"@types/webpack-env": "^1.18.0",
378378
"@typescript-eslint/eslint-plugin": "^4.26.0",
379379
"@typescript-eslint/parser": "^4.26.0",
380+
"@vscode/test-electron": "^2.3.9",
380381
"@vscode/test-web": "^0.0.34",
382+
"@vscode/vsce": "^2.26.0",
381383
"assert": "^2.0.0",
382384
"concurrently": "^6.3.0",
383385
"css-loader": "^6.4.0",
@@ -399,9 +401,7 @@
399401
"style-loader": "^3.3.1",
400402
"ts-loader": "^9.2.6",
401403
"typescript": "^4.4.4",
402-
"vsce": "^1.99.0",
403404
"vscode-nls-dev": "^4.0.0",
404-
"vscode-test": "^1.5.2",
405405
"webpack": "^5.75.0",
406406
"webpack-cli": "^5.0.1",
407407
"webpack-dev-server": "^4.3.1"

src/test/runTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as path from "path";
22

3-
import { runTests } from "vscode-test";
3+
import { runTests } from "@vscode/test-electron";
44

55
async function main() {
66
try {

0 commit comments

Comments
 (0)