suppress frozen modules warning
- Xfrozen_modules=off **is** passed to process
This commit is contained in:
parent
0d79490d47
commit
566da81a20
1 changed files with 4 additions and 1 deletions
5
api/.vscode/launch.json
vendored
5
api/.vscode/launch.json
vendored
|
@ -12,7 +12,10 @@
|
||||||
"pythonArgs": [
|
"pythonArgs": [
|
||||||
"-Xfrozen_modules=off",
|
"-Xfrozen_modules=off",
|
||||||
],
|
],
|
||||||
"justMyCode": true
|
"env": {
|
||||||
|
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
||||||
|
},
|
||||||
|
"justMyCode": true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue