We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975bfde commit 07ea8b4Copy full SHA for 07ea8b4
src/test/runTest.ts
@@ -17,6 +17,7 @@ async function main(): Promise<any> {
17
18
// Download VS Code, unzip it and run the integration test
19
await runTests({
20
+ version: 'insiders', // Download latest insiders.
21
extensionDevelopmentPath,
22
extensionTestsPath,
23
launchArgs: [testWorkspace, '--disable-extensions'],
0 commit comments