mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
* docs: Add IntelliJ debug instructions The `--threads false` part is important, because the debugger otherweise halts all worker threads upon start. One would have to manually let those continue, which is quite annoying. * docs: Add IntelliJ debug instructions Switch to slashes for cross-platform compatibility.