AskUserQuestion silently resolves without displaying to user (VS Code extension)
Resolved 💬 3 comments Opened Mar 2, 2026 by wawa-sven Closed Mar 2, 2026
Description
AskUserQuestion can silently resolve without the question UI ever being shown to the user. Claude then proceeds as if the user answered, even though they never saw the question.
Steps to reproduce
- Start a Claude Code session in VS Code with plan mode active
- Claude invokes
AskUserQuestion - The tool returns immediately with an empty/default answer — the question UI never appears
- Claude continues as if the user responded
Expected behavior
The question UI should appear and block until the user makes a selection.
Actual behavior
The tool resolved instantly with an empty answer: "User has answered your questions: ." (note the blank value). The user never saw the question.
Retrying the same AskUserQuestion call in the same session worked correctly on the second attempt.
Environment
- Claude Code in VS Code (native extension)
- Plan mode was active at the time
- macOS
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗