4888fe2046
* 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