Move away from deprecated 'vscode' node module (#112718)

This commit is contained in:
Alexandru Dima
2020-12-17 21:40:14 +01:00
parent bcef72ddd0
commit 7ca71e763d
30 changed files with 117 additions and 11732 deletions

View File

@@ -336,7 +336,6 @@
"@types/markdown-it": "0.0.2",
"@types/node": "^12.11.7",
"lodash.throttle": "^4.1.1",
"typescript": "^3.7.3",
"vscode": "^1.1.10"
"typescript": "^3.7.3"
}
}

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
const path = require('path');
const testRunner = require('vscode/lib/testrunner');
const testRunner = require('../../../../test/integration/electron/testrunner');
const options: any = {
ui: 'tdd',

File diff suppressed because it is too large Load Diff