Strange timeout issues when running ava thorugh VSCode #3083
Unanswered
simplenotezy
asked this question in
Q&A
Replies: 1 comment
-
The recommended configuration has changed a little, perhaps adjusting it to match https://github.com/avajs/ava/blob/main/docs/recipes/debugging-with-vscode.md will help? |
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
-
I am trying to run ava through VS Code in "Run and debug", so I can step through my tests.
But it is stuck out for strange issues and without providing any errors. It's simply stuck at
Debugger attached.
.Sometimes the VS Code debug tool will put me inside
clean-yaml-object
node_modules library which is depended upon by AVA.I wonder if my configuration is correct? It's worth noting that it used to work fine, but not anymore.
It currently runs fine if I run
npm test
, however, during today I've had similar issues in the terminalBeta Was this translation helpful? Give feedback.
All reactions