vscode-jest-runner icon indicating copy to clipboard operation
vscode-jest-runner copied to clipboard

Issue with VSCode integrated terminal

Open iFederx opened this issue 2 years ago • 1 comments

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: image

Example wrong way: image

iFederx avatar Jun 21 '22 13:06 iFederx

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?

wedgberto avatar Jul 20 '22 11:07 wedgberto