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.
2 parents f2000ec + 45185b2 commit dc82947Copy full SHA for dc82947
test/vscodeLauncher.ts
@@ -17,7 +17,7 @@ function getSln(workspacePath: string): string | undefined {
17
18
async function main() {
19
try {
20
- const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('1.92.2');
21
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
22
23
console.log('Display: ' + process.env.DISPLAY);
0 commit comments