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

@@ -15,7 +15,7 @@
// to report the results back to the caller. When the tests are finished, return
// a possible error to the callback or null if none.
const testRunner = require('vscode/lib/testrunner');
const testRunner = require('../../../../test/integration/electron/testrunner');
// You can directly control Mocha options by uncommenting the following lines
// See https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options for more info