I use this to debug one file frequently. Anyone has an idea on how to inject dotenvx when launch vscode debug? the "dotenvx run -- npm run dev" is not what i need because i am debugging a single file.
I want to try and debug a node.js program. However, the debugger seems to be unable to correctly parse some folders. I have spent hours upon hours to investigate the issue, creating different launch ...