From 955d29028fdbcf9d178527aac0fa38c293799ed2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:50:03 +0000 Subject: [PATCH 1/2] Initial plan From 77aa6a99fde71dd640f713208477416d3e98309a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:57:09 +0000 Subject: [PATCH 2/2] Replace downloadAndUnzipVSCode('insiders') with 'stable' in test/runTest.ts Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com> --- test/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(