Skip to content

Commit

Permalink
specify earlier version of VS Code which was working for a previous t…
Browse files Browse the repository at this point in the history
…est run
  • Loading branch information
peterbom committed Nov 2, 2023
1 parent 47788a3 commit 56e5209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { runTests } from '@vscode/test-electron';
const extensionTestsPath = path.resolve(__dirname, './suite/index');

// Download VS Code, unzip it and run the integration test
await runTests({ extensionDevelopmentPath, extensionTestsPath });
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: "1.83.1" }); // TODO: Remove specified version to use latest after automated tests are running.
} catch (err) {
console.error('Failed to run tests');
process.exit(1);
Expand Down

0 comments on commit 56e5209

Please sign in to comment.