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
fix: improve VS Code extension detection on Windows and macOS
findCodeCLI() now checks common install locations when 'code' is
not on PATH:
- Windows: %LOCALAPPDATA%\Programs\Microsoft VS Code\bin\code.cmd
and %ProgramFiles% variants (stable + Insiders)
- macOS: /Applications/Visual Studio Code.app/.../bin/code
The fallback message when auto-install fails is now a visible box
with two install options: the CLI command and the VS Code UI method
(Ctrl+Shift+X → Install from VSIX).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments