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
Smarter post-install setup: Fresh installs now "just work" without a VS Code restart. After install, the extension checks whether claude resolved on your PATH and, if not, auto-configures claudeCodeChat.executable.path to the known install location. An existing custom executable path is respected.
WSL: Node.js path is now optional: Recent Claude Code ships as a native binary and doesn't need Node. Leave the Node.js Path field blank unless you installed Claude via npm. The WSL settings panel was also reordered so Claude Path comes first.
π Bug Fixes
Rock-solid terminals across shells: Login, Model, /usage, and slash-command terminals now launch Claude directly instead of sending text through the shell. Fixes a class of quoting issues on Windows PowerShell and keeps behavior identical across PowerShell, cmd, bash, and zsh.