1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2026-03-31 23:00:24 +02:00

tilt to node.js

This commit is contained in:
TheGreyDiamond
2020-11-21 22:02:58 +01:00
parent d43f34ff22
commit a166aa8108
7 changed files with 0 additions and 0 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"
}
]
}
}