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.
Version 1.0 of the new debugger for Python in Visual Studio Code (VS Code), called Debugpy, shows up in the latest update of the popular Python tooling for the open source, cross-platform code editor.
When I run the debugger as a module everything works fine, but when I try to set that up in debug.json I am not sure how. In my case, "run module ..." works. "run fastapi" isn't able to import ...