1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-12-16 23:10:45 +01:00
Files
Enlight/Code/workspace.code-workspace
TheGreyDiamond b5db9c0960 More!
2020-09-04 22:13:55 +02:00

20 lines
282 B
Plaintext

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