Skip to content

Commit 310e3b7

Browse files
committed
Temporarily downgrade VSCode version to fix integration tests
1 parent 40f770c commit 310e3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vscodeLauncher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function prepareVSCodeAndExecuteTests(
1515
userDataDir: string,
1616
env: NodeJS.ProcessEnv
1717
): Promise<number> {
18-
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
18+
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.94.2');
1919
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
2020

2121
console.log('Display: ' + env.DISPLAY);

0 commit comments

Comments
 (0)