Abhishek Rana

Results 11 comments of Abhishek Rana

[Workaround] Below `.vscode/settings.json` config works for me for a mono repo (for both running and debugging tests via vitest extension). Hopefully this helps. /workspace/.vscode/settings.json ```json { "vitest.enable": true, "vitest.commandLine": "/usr/bin/node...