That flicker (shows Pro account, then reverts to Console after 2-3 seconds) is a real sign of a race condition bug in the extension
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The Claude Code panel in VS Code shows "Anthropic Console" as the Auth method under Account & Usage, even after successfully logging in via /login with my Claude Pro subscription account. Immediately after login, it briefly shows the correct account (Claude AI / Pro) for 2-3 seconds, then reverts back to "Anthropic Console."
The CLI (claude command in terminal) correctly authenticates and shows "subscriptionType":"pro" in .credentials.json, so the account/login itself is correct — this appears to be a display/session bug specific to the VS Code extension.
What Should Happen?
Account & Usage should consistently show my Claude Pro subscription account as the Auth method, matching what the CLI already shows, instead of reverting to Anthropic Console.
Error Messages/Logs
Steps to Reproduce
- Open Claude Code panel in VS Code
- Panel shows Auth method: Anthropic Console under Account & Usage
- Run /login in the panel's chat box
- Complete browser OAuth with Claude Pro account
- Account & Usage briefly shows Pro account
- After 2-3 seconds, it reverts to showing "Anthropic Console" again
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.220-ish
Claude Code Version
2.1.220-ish
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_