Add VSCode settings for Python debugging configuration

This commit is contained in:
2025-11-08 15:09:01 +01:00
parent f2e6f4907a
commit cb0840f380

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"debug.autoExpandLazyVariables": "off",
"debug.inlineValues": "off",
"debugpy.debugJustMyCode": true,
"debugpy.showPythonInlineValues": false
}