Minor enhancements

This commit is contained in:
Zimmerberger Markus
2023-07-05 09:17:03 +02:00
parent 55b4fc9fd8
commit cb6e6074fb
6 changed files with 703 additions and 51 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
"console": "integratedTerminal",
"justMyCode": false,
"pythonArgs": ["-Xfrozen_modules=off"]
}
]
}