1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2026-01-31 07:30:24 +01:00
This commit is contained in:
TheGreyDiamond
2020-09-04 22:13:55 +02:00
parent c246d0447c
commit b5db9c0960
6 changed files with 74 additions and 35 deletions

View File

@@ -4,5 +4,17 @@
"path": "."
}
],
"settings": {}
"settings": {},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
}