Preflight Checklist
What's Wrong?
When using the newest VSCode Extension (2.0.10, anthropic.claude-code) the managed-settings.json appears to be ignored
For example, on mac /Library/Application\ Support/ClaudeCode/managed-settings.json
{
"forceLoginMethod": "console",
"forceLoginOrgUUID": "<SNIP>"
}
This works when using claude on the command line, I get Login method pre-selected: API Usage Billing (Anthropic Console) and the login flow works without issue
When using the VSCode Extension, I get prompted to select my log in method, and the default is Claude.ai Subscription
What Should Happen?
The VSCode Claude Extension should respect the contents of managed-settings.json
Error Messages/Logs
N/A
Steps to Reproduce
- create a
managed-settings.json file as appropriate for your platform
- set the contents to
{
"forceLoginMethod": "console"
}
- From the VSCode Claude Extension run
/login
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
1.x
Claude Code Version
2.0.10
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
iTerm2
Additional Information
No response
Preflight Checklist
What's Wrong?
When using the newest VSCode Extension (2.0.10,
anthropic.claude-code) themanaged-settings.jsonappears to be ignoredFor example, on mac
/Library/Application\ Support/ClaudeCode/managed-settings.json{ "forceLoginMethod": "console", "forceLoginOrgUUID": "<SNIP>" }This works when using
claudeon the command line, I getLogin method pre-selected: API Usage Billing (Anthropic Console)and the login flow works without issueWhen using the VSCode Extension, I get prompted to select my log in method, and the default is
Claude.ai SubscriptionWhat Should Happen?
The VSCode Claude Extension should respect the contents of
managed-settings.jsonError Messages/Logs
N/A
Steps to Reproduce
managed-settings.jsonfile as appropriate for your platform{ "forceLoginMethod": "console" }/loginClaude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
1.x
Claude Code Version
2.0.10
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
iTerm2
Additional Information
No response