Merge branch 'develop' into feature/drawrects

This commit is contained in:
Jörn-Michael Miehe 2023-09-03 20:42:15 +00:00
commit 61f8b7bbe6

View file

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