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.
All other runtimes seem to run predebug, but Python adapter just completely ignores it for some reason. I have a feeling that it has to do with debugpy, but still need to investigate the root cause.