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