suppress frozen modules warning

- Xfrozen_modules=off **is** passed to process
This commit is contained in:
Jörn-Michael Miehe 2023-09-03 20:41:20 +00:00
parent 0d79490d47
commit 566da81a20

View file

@ -12,7 +12,10 @@
"pythonArgs": [
"-Xfrozen_modules=off",
],
"justMyCode": true
"env": {
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
},
"justMyCode": true,
}
]
}