VSCode: Selection menus interrupt "Queue next message" input, causing inadvertent confirmations
Resolved 💬 5 comments Opened Nov 3, 2025 by mfurniss Closed Jan 11, 2026
Problem
The VSCode extension displays "Queue next message" placeholder during Claude processing, encouraging users to type ahead. However, selection menus can appear mid-sentence while users are typing, interrupting input and causing inadvertent option selections.
Impact
- Selection menus interrupt typing mid-word/mid-sentence
- Users accidentally confirm actions with serious consequences, such as:
- Exiting Plan Mode → entering Automatic Edit Mode
- Approving tool execution without review
- Granting access to OS-level commands
Reproduction
- Start task in Plan Mode
- While Claude is processing, begin typing queued message (as UI encourages)
- Selection menu appears mid-sentence (e.g., "Exit Plan Mode?")
- Continued typing inadvertently selects option (Enter key confirms default)
- Mode change or action executes without explicit user intent
Expected Behavior
Selection menus should not interrupt active input in the "Queue next message" field.
Suggested Fix
Defer selection prompts until user submits their queued message, or require explicit selection method (mouse click / arrow keys + Enter) that can't be triggered by typing.
Scope
VSCode extension specific
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗