mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
Move away from deprecated 'vscode' node module (#112718)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user