mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
* fix(vscode): strip Electron env vars in dev launch script When bun run extension is invoked from a VS Code task (e.g. the Agent Manager run button), ELECTRON_* and VSCODE_* env vars leak into the spawned process, causing VS Code to reuse the existing instance instead of opening a new window. Strip these vars before spawning. * fix(vscode): also strip Electron env vars in blocking launch path