We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00df4c commit 4bc7724Copy full SHA for 4bc7724
test/runTest.ts
@@ -9,7 +9,7 @@ import * as path from 'path';
9
10
async function main(): Promise<void> {
11
try {
12
- const vscodeExecutablePath = await downloadAndUnzipVSCode('insiders');
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
13
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
14
15
cp.spawnSync(
0 commit comments