Configure extra 'outFiles' #593
Unanswered
sailingKieler
asked this question in
Q&A
Replies: 1 comment
-
v1.16.0 now supports |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Vitesters,
would like debug some code imported as dependency, including it's source maps.
I just found the option
vitest.debugExclude
that brings me pretty close! 🤩I set it up like this
It makes node.js to jump into the implementations of
vscode-uri
.However, its source maps (its compiled from Typescript) are not included.
In VSCode' launch configs I can enable them with the setting
Is this also possible for debugging a test via the Vitest extension?
Beta Was this translation helpful? Give feedback.
All reactions