further improvements to the interpreter WIP

This commit is contained in:
weckyy702
2020-12-26 21:12:34 +01:00
parent 1df4f18a5a
commit de7a71b15b
3 changed files with 105 additions and 80 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"
}
]