changed expected syntax for source code interpretation

This commit is contained in:
weckyy702
2020-12-22 21:04:35 +01:00
parent 23fe6857c8
commit 432ea5a78b
3 changed files with 7 additions and 5 deletions

2
.vscode/launch.json vendored
View File

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