We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba78e3 commit 79d321fCopy full SHA for 79d321f
src/extension/noConfigDebugInit.ts
@@ -66,6 +66,8 @@ export async function registerNoConfigDebug(
66
fs.unlinkSync(tempFilePath);
67
}
68
69
+ // clear the env var collection to remove any existing env vars
70
+ collection.clear();
71
72
// Add env var for PYDEVD_DISABLE_FILE_VALIDATION to disable extra output in terminal when starting the debug session.
73
collection.replace('PYDEVD_DISABLE_FILE_VALIDATION', '1');
0 commit comments