mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
15 lines
266 B
JSON
Executable File
15 lines
266 B
JSON
Executable File
{
|
|
"configurations": [
|
|
{
|
|
"name": "[Node] Run file",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"program": "${file}",
|
|
"request": "launch",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"type": "node"
|
|
},
|
|
]
|
|
}
|