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
The play button that shows up in the gutter when a file contains a test does not have the option to debug the tests. Because of this, it's impossible to debug tests this way. This also holds true for going to the "testing" tab in the side panel.
Workaround
Enabling the (deprecated) deno.codeLens.test option will make "Run test | Debug" show up as code lens. Using this debug button works perfectly.
To Reproduce
Go to a file containing a test, scroll to the test
Right click the gutter play button
Notice there is no option to debug the test.
Expected behavior
There should be an option to debug the test, so that breakpoints are hit.
Screenshots
This is a screenshot of Vitest, showing the "debug test" options.
Describe the bug
The play button that shows up in the gutter when a file contains a test does not have the option to debug the tests. Because of this, it's impossible to debug tests this way. This also holds true for going to the "testing" tab in the side panel.
Workaround
Enabling the (deprecated)
deno.codeLens.test
option will make "Run test | Debug" show up as code lens. Using this debug button works perfectly.To Reproduce
Expected behavior
There should be an option to debug the test, so that breakpoints are hit.
Screenshots
This is a screenshot of Vitest, showing the "debug test" options.
https://github.com/vitest-dev/vscode/raw/main/img/vitest-test-file.png
Versions
vscode: v1.95.0 deno: v2.0.4 extension: v3.42.0
The text was updated successfully, but these errors were encountered: