+ add settings WIP

This commit is contained in:
oleting
2021-01-04 19:30:22 +01:00
parent c7875f45d7
commit 02b25355db
3 changed files with 50 additions and 25 deletions

2
.vscode/launch.json vendored
View File

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