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 cc17055 commit bb03c80Copy full SHA for bb03c80
test/runTest.ts
@@ -13,7 +13,7 @@ async function main() {
13
const extensionTestsPath = path.resolve(__dirname, './index.js');
14
15
// Download VS Code, unzip it and run the integration test
16
- await runTests({ extensionDevelopmentPath, extensionTestsPath });
+ await runTests({ extensionDevelopmentPath, extensionTestsPath, version: '1.35.1' });
17
} catch (err) {
18
console.error('Failed to run tests');
19
process.exit(1);
0 commit comments