firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

runInExternalNativeTerminal not working #343

Open dreambit opened 9 months ago

dreambit commented 9 months ago

runInExternalNativeTerminal not working, when i set it to true, test is still run in internal terminal

firsttris commented 9 months ago

can you provide which terminal and which os you are using.

dreambit commented 9 months ago

can you provide which terminal and which os you are using.

Macos, Warp

image
andybonner commented 6 months ago

This is true for me too, also on Mac OS; using native mac Terminal.app or my preferred iTerm.app. I also tried setting the "Terminal: Explorer kind" setting to "external" in case that made a difference; it didn't.