vscode-jest-runner
vscode-jest-runner copied to clipboard
Issue with VSCode integrated terminal
HI, I have an issue, maybe is my fault.
I run VSCode on Windows with GitBash terminal.
When I click on "Run" on a test, sometimes the command in the terminal is splitted and reorded in a wrong way
Example right way:
Example wrong way:
Closing any existing jest terminals before (re)running tests works for me, but is inconvenient.
Enabling jestrunner.preserveEditorFocus
also seems to improve things.
I could not find anything in the code that looks responsible for this behaviour so suspect it could be internal to vscode's terminal.sendText(), or maybe it's because I have bash as my default integrated terminal?