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

Does not respect "Change Directory To Workspace Root" setting when in Debug mode #194

Closed Tossrock closed 2 years ago

Tossrock commented 3 years ago

When run in Debug mode, the extension always changes directories to the project root, even if the setting is set to false. This is problematic in certain monorepo setups.