eng: onboard to the extension test runner (#195570)

* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
This commit is contained in:
Connor Peet
2023-10-13 13:11:05 -07:00
committed by GitHub
parent 590c72b492
commit c2a6932e9e
10 changed files with 324 additions and 178 deletions

View File

@@ -11,7 +11,6 @@
"mocha": "node ../node_modules/mocha/bin/mocha"
},
"dependencies": {
"@vscode/test-electron": "^2.3.2",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.7",