You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows app: 'Open in VS Code' menu item (parity with the Mac app)
Adds Open in VS Code next to Run Claude Code in Terminal. Finds Code.exe (user
then machine install) and launches it with ANTHROPIC_BASE_URL/AUTH_TOKEN in the
process env (UseShellExecute=false so the Environment dict applies), opening a
%USERPROFILE%\fauxclaude-test workspace via a dedicated --user-data-dir so it's
a separate instance that inherits the env even when VS Code is already running.
Claude Code reads the endpoint from the process env, not settings.json, so it
must be set at launch. Compile-checked with EnableWindowsTargeting on macOS
(0 errors); needs a real Windows run to confirm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments