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

Status Open
Reported on v2.1.220
Maintainer reply None cached
Activity 0 comments · opened Jul 30, 2026

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

  1. Open Claude Code panel in VS Code
  2. Panel shows Auth method: Anthropic Console under Account & Usage
  3. Run /login in the panel's chat box
  4. Complete browser OAuth with Claude Pro account
  5. Account & Usage briefly shows Pro account
  6. 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_

View original on GitHub ↗