Commit graph

5 commits

Author SHA1 Message Date
Tyler James Leonhardt 482d5ba393
Add some integration tests for github-auth (#195729) 2023-10-16 13:58:44 -07:00
Aaron Munger e614d43eb4 generate a valid temp directory 2023-10-13 15:55:28 -07:00
Aaron Munger 583d56685f use test extension to test extensions 2023-10-13 15:55:28 -07:00
Connor Peet 7314532ae9
eng: fix extension test runner on windows (#195600) 2023-10-13 23:49:32 +02:00
Connor Peet c2a6932e9e
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
2023-10-13 13:11:05 -07:00