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

Option to run the command on external native terminal #228

Closed Avivbens closed 1 year ago

Avivbens commented 2 years ago

Hey, really like the extension. I'm looking for a way to run the command on an external terminal, so no space will be taken from the code editor.

Thanks a lot!

YogeshUmeshVaity commented 2 years ago

This will definately make the extension more useful for people like me who like to work in full screen for code and separate terminal for running tests.

firsttris commented 2 years ago

pull request welcome if you know how to achieve this.

Avivbens commented 2 years ago

https://github.com/firsttris/vscode-jest-runner/pull/258