claude-code - 💡(How to fix) Fix [BUG] Official Claude Code VS Code extension incorrectly blocked with "Third-party apps now draw from your extra usage" error [10 comments, 9 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45016Fetched 2026-04-09 08:15:19
View on GitHub
Comments
10
Participants
9
Timeline
26
Reactions
5
Author
Timeline (top)
commented ×10cross-referenced ×8labeled ×4subscribed ×4

Error Message

  1. Observe the API Error: 400 response Every request fails with the "third-party apps" error, blocking all usage. The extension is completely non-functional.

Request IDs from error

Error Messages/Logs

Code Example

"Third-party apps now draw from your extra usage, not your plan limits. We've added a $100 credit to get you started. Claim it at claude.ai/settings/usage and keep going."

---
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report
  • I am using the latest version of Claude Code

What's Wrong?

The official Claude Code VS Code extension (published by Anthropic) is returning a 400 invalid_request_error with the message:

"Third-party apps now draw from your extra usage, not your plan limits. We've added a $100 credit to get you started. Claim it at claude.ai/settings/usage and keep going."

This is Anthropic's own first-party extension — not a third-party harness. It should be drawing from my plan limits like Claude Code in the terminal does, per the policy announced April 4, 2026.

Steps to Reproduce

  1. Install the official Claude Code VS Code extension (anthropic.claude-code)
  2. Sign in with a Claude Max account
  3. Submit any prompt in the Claude Code panel
  4. Observe the API Error: 400 response

Expected Behavior

The extension uses my Claude Max plan allocation, identical to how Claude Code works in a standalone terminal session.

Actual Behavior

Every request fails with the "third-party apps" error, blocking all usage. The extension is completely non-functional.

Attempted Fixes (none resolved the issue)

  • Updated Claude Code to latest version via npm update -g @anthropic-ai/claude-code
  • Ran /logout then /login to re-authenticate
  • Claimed the one-time extra usage credit at claude.ai/settings/usage
  • Enabled extra usage in account settings
  • Set an API key directly via claude config set --global apiKey
<img width="1982" height="516" alt="Image" src="https://github.com/user-attachments/assets/8bc2a177-02a0-4cc7-9c80-e6c817dedec2" />

Environment

  • Claude Code version: v2.1.1 (also reproduced after update)
  • OS: Windows
  • VS Code version: [your version]
  • Plan: Claude Max
  • Model: claude-opus-4-6
  • Auth method: Claude.ai OAuth (subscription login)

Request IDs from error

  • req_011CZqgNhfqnAeSTeUfNLFR
  • req_011CZqgPre8BHY7MvncnxfBL

Additional Notes

The April 4 policy announcement explicitly states Claude Code is a first-party product exempt from the third-party harness restrictions. The VS Code extension appears to be misidentified server-side as a third-party app. Other users are likely affected but may be silently paying from their extra usage credit without realizing it.

What Should Happen?

it should work.

Error Messages/Logs

Steps to Reproduce

use visual studio claude code.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude Code v2.1.1

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

extent analysis

TL;DR

The Claude Code VS Code extension is likely being misidentified as a third-party app, causing it to draw from extra usage credits instead of the plan limits, and a workaround or fix from the Anthropic team may be necessary to resolve the issue.

Guidance

  • Verify that the issue is not specific to the user's account or environment by checking if other users with Claude Max plans are experiencing the same issue.
  • Check the Anthropic API documentation to see if there are any specific settings or configurations that need to be updated for the VS Code extension to be recognized as a first-party app.
  • Reach out to the Anthropic support team to report the issue and request assistance in resolving the misidentification of the VS Code extension as a third-party app.
  • Consider downgrading to a previous version of the Claude Code VS Code extension that was known to work, if possible, as a temporary workaround.

Notes

The issue appears to be related to a regression in the Anthropic API or the VS Code extension, and a fix from the Anthropic team may be necessary to resolve the issue. The user has already tried updating to the latest version and re-authenticating, but the issue persists.

Recommendation

Apply workaround: Reach out to the Anthropic support team to report the issue and request assistance in resolving the misidentification of the VS Code extension as a third-party app, as this is likely to be the most effective way to resolve the issue in the short term.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Official Claude Code VS Code extension incorrectly blocked with "Third-party apps now draw from your extra usage" error [10 comments, 9 participants]