+ change lunch.json

This commit is contained in:
oleting
2020-12-22 20:33:35 +01:00
parent a4ef924cdf
commit 415b4f4375

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei", "name": "Python: Aktuelle Datei",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "interpret_source.py", "program": "gui.py",
"console": "integratedTerminal" "console": "integratedTerminal"
} }
] ]