Skip to content

Commit 45185b2

Browse files
committed
Use older version of VSCode in integration tests to workaround extension install issue
1 parent f2000ec commit 45185b2

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
@@ -17,7 +17,7 @@ function getSln(workspacePath: string): string | undefined {
1717

1818
async function main() {
1919
try {
20-
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
20+
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.92.2');
2121
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
2222

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

0 commit comments

Comments
 (0)