[BUG] vscode + claude cli - Crash while saving an image in a folder
Environment
- Claude CLI version: 1.0.43 (Claude Code)
- Operating System: macOS 15.5
- Terminal: vs code
Bug Description
Claude code crashed while proposing to save an image he created.
Steps to Reproduce
- In the context of creating a static website, one of the instruction is to produce an image and save it in a folder
Expected Behavior
image saved in the folder
Actual Behavior
Crash of Claude CLI
Additional Context
See below extract from the terminal.
--- terminal extract ---
Write(public/images/writing-illustration.svg)
╭─────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Opened changes in Visual Studio Code ⧉ │
│ Save file to continue… │
│ │
│ Do you want to make this edit to writing-illustration.svg? │
│ ❯ 1. Yes │
│ 2. Yes, and don't ask again this session (shift+tab) │
│ 3. No, and tell Claude what to do differently (esc) │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────╯
node:internal/process/promises:394
triggerUncaughtException(err, true / fromPromise /);
^
Error: Timeout waiting after 1000ms
at zN2 (file:///Users/user/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1385:12840)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async cL6 (file:///Users/user/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1961:11737)
at async C (file:///Users/user/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1961:10591)
Node.js v24.3.0
--- terminal extract ---
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗