Skip to content

Commit 07ea8b4

Browse files
test: run nightly tests against latest vscode VSCODE-340 (#543)
* test: run nightly tests against latest vscode VSCODE-340 * docs: add comment * docs: update comment * test: run agains insiders
1 parent 975bfde commit 07ea8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/runTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ async function main(): Promise<any> {
1717

1818
// Download VS Code, unzip it and run the integration test
1919
await runTests({
20+
version: 'insiders', // Download latest insiders.
2021
extensionDevelopmentPath,
2122
extensionTestsPath,
2223
launchArgs: [testWorkspace, '--disable-extensions'],

0 commit comments

Comments
 (0)