[BUG] Windows Local: "Default (recommended)" option missing from /model picker in VS Code Extension
Resolved 💬 7 comments Opened Jan 5, 2026 by btxe Closed Jan 9, 2026
Description
The VS Code Extension's command does not display the "Default (recommended)" option in the model picker on Windows (Local environment), while it appears correctly in WSL.
Environment
- OS: Windows (Local, not WSL)
- Extension: Claude Code VS Code Extension
- Subscription: Claude Pro
- Settings: contains
Expected Behavior
The picker should display:
- Default (recommended) - [Account-appropriate model]
- Opus
- Sonnet
- Haiku
(This is what correctly appears in WSL environment)
Actual Behavior
The picker only shows:
- Opus
- Sonnet
- Haiku
- Custom models
The "Default (recommended)" option is completely missing.
Impact
Without the "Default" option:
- Extension starts with the last-selected model instead of the configured default
- No visual indication of which model is currently active
- After using Opus for complex tasks, the next session defaults to Opus
- This leads to unexpected rapid consumption of usage limits
Screenshots
(Screenshot will be attached in comment)
Comparison
- ✅ WSL Environment: "Default (recommended)" option appears normally
- ❌ Windows Local: "Default (recommended)" option is missing
Steps to Reproduce
- Install Claude Code VS Code Extension on Windows (Local, not WSL)
- Login with Claude Pro account
- Open chat and type
- Observe: "Default (recommended)" option is not present in the list
Workaround
Manually execute at the start of each session.
Related Issues
- #3566 (Similar symptom on macOS)
- #14919 (VS Code extension model configuration issues)
This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗