Commit b085a1a 1 parent 1ed5278 commit b085a1a Copy full SHA for b085a1a
File tree 3 files changed +1365
-1148
lines changed
3 files changed +1365
-1148
lines changed Original file line number Diff line number Diff line change 377
377
"@types/webpack-env" : " ^1.18.0" ,
378
378
"@typescript-eslint/eslint-plugin" : " ^4.26.0" ,
379
379
"@typescript-eslint/parser" : " ^4.26.0" ,
380
+ "@vscode/test-electron" : " ^2.3.9" ,
380
381
"@vscode/test-web" : " ^0.0.34" ,
382
+ "@vscode/vsce" : " ^2.26.0" ,
381
383
"assert" : " ^2.0.0" ,
382
384
"concurrently" : " ^6.3.0" ,
383
385
"css-loader" : " ^6.4.0" ,
399
401
"style-loader" : " ^3.3.1" ,
400
402
"ts-loader" : " ^9.2.6" ,
401
403
"typescript" : " ^4.4.4" ,
402
- "vsce" : " ^1.99.0" ,
403
404
"vscode-nls-dev" : " ^4.0.0" ,
404
- "vscode-test" : " ^1.5.2" ,
405
405
"webpack" : " ^5.75.0" ,
406
406
"webpack-cli" : " ^5.0.1" ,
407
407
"webpack-dev-server" : " ^4.3.1"
Original file line number Diff line number Diff line change 1
1
import * as path from "path" ;
2
2
3
- import { runTests } from "vscode- test" ;
3
+ import { runTests } from "@ vscode/ test-electron " ;
4
4
5
5
async function main ( ) {
6
6
try {
You can’t perform that action at this time.
0 commit comments