diff --git a/test/runTest.ts b/test/runTest.ts index beb406f60..04f027d71 100644 --- a/test/runTest.ts +++ b/test/runTest.ts @@ -9,7 +9,7 @@ import * as path from 'path'; async function main(): Promise { try { - const vscodeExecutablePath = await downloadAndUnzipVSCode('insiders'); + const vscodeExecutablePath = await downloadAndUnzipVSCode('stable'); const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath); cp.spawnSync(