File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "license" : " MIT" ,
1313 "version" : " 0.0.3" ,
1414 "engines" : {
15- "vscode" : " ^1.48 .0"
15+ "vscode" : " ^1.70 .0"
1616 },
1717 "categories" : [
1818 " Debuggers" ,
3636 " eamodio.gitlens"
3737 ],
3838 "devDependencies" : {
39- "@types/glob" : " ^7.1.3 " ,
40- "@types/mocha" : " ^8.0.0 " ,
41- "@types/node" : " ^14.0.27 " ,
42- "@types/vscode" : " ^1.48 .0" ,
43- "@typescript-eslint/eslint-plugin" : " ^3.8 .0" ,
44- "@typescript-eslint/parser" : " ^3.8 .0" ,
45- "esbuild " : " ^0.8.31 " ,
46- "eslint " : " ^7.6.0 " ,
47- "glob " : " ^7.1.6 " ,
48- "mocha " : " ^8.0.1 " ,
49- "typescript " : " ^3.8 .3" ,
50- "vsce " : " ^1.83 .0" ,
51- "vscode-debugprotocol " : " ^1.43.0 " ,
52- "vscode-test " : " ^1.4 .0"
39+ "@types/glob" : " ^7.2.0 " ,
40+ "@types/mocha" : " ^9.1.1 " ,
41+ "@types/node" : " ^18.6.5 " ,
42+ "@types/vscode" : " ^1.70 .0" ,
43+ "@typescript-eslint/eslint-plugin" : " ^5.33 .0" ,
44+ "@typescript-eslint/parser" : " ^5.33 .0" ,
45+ "@vscode/debugprotocol " : " ^1.57.0 " ,
46+ "@vscode/test-electron " : " ^2.1.5 " ,
47+ "esbuild " : " ^0.14.54 " ,
48+ "eslint " : " ^8.21.0 " ,
49+ "glob " : " ^8.0 .3" ,
50+ "mocha " : " ^10.0 .0" ,
51+ "typescript " : " ^4.7.4 " ,
52+ "vsce " : " ^2.10 .0"
5353 },
5454 "contributes" : {
5555 "configuration" : {
Original file line number Diff line number Diff line change 11import * as vs from 'vscode' ;
2- import { DebugProtocol as dap } from 'vscode- debugprotocol' ;
2+ import { DebugProtocol as dap } from '@ vscode/ debugprotocol' ;
33
44export class PerfTipsProvider implements vs . DebugAdapterTracker {
55
Original file line number Diff line number Diff line change 11import * as path from 'path' ;
22
3- import { runTests } from 'vscode- test' ;
3+ import { runTests } from '@ vscode/ test-electron ' ;
44
55async function main ( ) {
66 try {
Original file line number Diff line number Diff line change 1515 "noImplicitReturns" : true ,
1616 "noFallthroughCasesInSwitch" : true ,
1717 "noUnusedLocals" : true ,
18+ "noImplicitOverride" : true ,
1819 },
1920 "exclude" : [
2021 " node_modules" ,
You can’t perform that action at this time.
0 commit comments