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

Idea: Simplify Debug Mode

Open firsttris opened this issue 1 year ago • 2 comments

Idea is to use the same logic for Debug as we use for Run Jest (create a CLI Command). Instead of opening the normal terminal - we open the integrated debug terminal, and we should be able to use the same logic as we are using for Run Jest.

this would simplify and align the logic in the extension.

firsttris avatar Mar 26 '24 06:03 firsttris

@domsleee what do you think about this idea?

firsttris avatar Mar 26 '24 06:03 firsttris

from my research there is no other way to just open the debug terminal (like you can do it from the vscode ui) with the API.

the only way is the one we currently have implemented.

firsttris avatar Apr 07 '24 06:04 firsttris