Reworked Interpreter WIP

This commit is contained in:
weckyy702
2020-12-30 19:24:14 +01:00
parent d0746c0465
commit 248ee14abd
4 changed files with 286 additions and 189 deletions

2
.vscode/launch.json vendored
View File

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