When using Claude Code in VSCode, the chat input field loses focus after switching to another window and then returning to VSCode. This requires a manual click on the input field to regain focus, ...
The VSCode debugger does not break execution if an exception is thrown in a skipped file that unwinds through a non-skipped file before it gets caught, even if Caught exceptions is checked. (BTW: This ...