[FEATURE] VSCode extension doesn't show which account is logged in
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
According to my chat with Claude, which generated most of this text, the Claude Code VSCode extension has no UI element (sidebar, status bar, or command) that shows which account is currently authenticated. This matters because the active account determines who is billed for usage — switching between a personal and an organization account should be easy to verify at a glance, but currently isn't.
It should be dead simple to tell who might pay lots of $ for usage.
To confirm my active account, I had to manually inspect ~/.claude.json for oauthAccount.emailAddress / organizationName — this info exists on disk but isn't surfaced anywhere in the extension itself. .credentials.json (the token cache) doesn't contain the email at all, so there's no single place in the UI to check.
Suggestion: Show the authenticated account's email/org somewhere always visible — e.g. in the sidebar header, a status bar item, or a "Claude Code: Show Account" command — especially since this affects billing attribution.
Proposed Solution
Not my job to design the UI change.
Alternative Solutions
_No response_
Priority
Time-wasting and annoying--footgun if this is how user experience starts
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗