1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-12-19 00:10:45 +01:00

More changes

This commit is contained in:
TheGreyDiamond
2020-09-04 23:13:18 +02:00
parent b5db9c0960
commit 544189ac16
3 changed files with 98 additions and 54 deletions

View File

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