You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have option to run the test in debug mode just like vitest
currently, I have to manually copy the test script command after clicking "Run test" via Code Lense and run it using vs code built in JavaScript Debug Terminal which works wonderfully.
The extension should add another text in the Code Lenses like "Run test debug" next to "Run test" text and this should run the test script command using vs code built in JavaScript Debug Terminal.
This should be applicable to when running the test via VS Code Test Explorer
The text was updated successfully, but these errors were encountered:
OmarDST
changed the title
Run test in debug mode
[Feature Request] Run test in debug mode
Aug 29, 2024
It would be nice to have option to run the test in debug mode just like vitest
currently, I have to manually copy the test script command after clicking "Run test" via Code Lense and run it using vs code built in JavaScript Debug Terminal which works wonderfully.
The extension should add another text in the Code Lenses like "Run test debug" next to "Run test" text and this should run the test script command using vs code built in JavaScript Debug Terminal.
This should be applicable to when running the test via VS Code Test Explorer
The text was updated successfully, but these errors were encountered: