Can I enable any verbose or debug output for the extension? #453
Unanswered
holvi-sebastian
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, you can add {
"vitest.nodeEnv": {
"VITEST_VSCODE_DEBUG": "true",
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to debug a problem where the extension's continuous mode doesn't actually run any tests on changes.
Vitest in terminal runs fine, and watches fine. If I tell the extension to run all tests, they all run fine. In the extension's output, it seems to be detecting changes to files correctly.
It just never runs tests in response to changes in continuous mode.
I don't see any errors in the extension's output.
Is there any way to configure a debug or trace mode for the extension, so I can try to figure out why no tests are being run on change?
Beta Was this translation helpful? Give feedback.
All reactions