singularity-forge/vscode-extension/src
TÂCHES 474d097c34 fix: add shell flag for Windows spawn in VSCode extension (#2781)
On Windows, npm global installs create .cmd wrapper scripts. Node's
child_process.spawn cannot execute .cmd files directly without
shell: true, resulting in ENOENT/EINVAL errors when the VSCode
extension tries to start the GSD agent.

Closes #2721

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 19:59:18 -06:00
..
activity-feed.ts feat(vscode): activity feed, workflow controls, session forking, enhanced code lens [2/3] (#2656) 2026-03-26 19:30:10 -06:00
bash-terminal.ts feat(vscode): status bar, file decorations, bash terminal, session tree, conversation history, code lens [1/2] (#2651) 2026-03-26 16:18:37 -06:00
chat-participant.ts feat(vscode): enhance chat participant UX 2026-03-16 19:22:15 -05:00
code-lens.ts feat(vscode): activity feed, workflow controls, session forking, enhanced code lens [2/3] (#2656) 2026-03-26 19:30:10 -06:00
conversation-history.ts feat(vscode): activity feed, workflow controls, session forking, enhanced code lens [2/3] (#2656) 2026-03-26 19:30:10 -06:00
extension.ts feat(vscode): activity feed, workflow controls, session forking, enhanced code lens [2/3] (#2656) 2026-03-26 19:30:10 -06:00
file-decorations.ts feat(vscode): status bar, file decorations, bash terminal, session tree, conversation history, code lens [1/2] (#2651) 2026-03-26 16:18:37 -06:00
gsd-client.ts fix: add shell flag for Windows spawn in VSCode extension (#2781) 2026-03-26 19:59:18 -06:00
session-tree.ts feat(vscode): status bar, file decorations, bash terminal, session tree, conversation history, code lens [1/2] (#2651) 2026-03-26 16:18:37 -06:00
sidebar.ts feat(vscode): activity feed, workflow controls, session forking, enhanced code lens [2/3] (#2656) 2026-03-26 19:30:10 -06:00
slash-completion.ts feat(vscode): status bar, file decorations, bash terminal, session tree, conversation history, code lens [1/2] (#2651) 2026-03-26 16:18:37 -06:00