reworked interpreter and fixed major bug

This commit is contained in:
weckyy702
2020-12-28 23:22:55 +01:00
parent ec6c5860cd
commit 7b6b726209
3 changed files with 32 additions and 74 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"
}
]