{ "folders": [ { "path": "." } ], "settings": {}, "launch": { "version": "0.2.0", "configurations": [ { "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" } ] } }