mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 08:05:40 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"program": "${file}",
|
|
"outFiles": ["${workspaceFolder}/**/*.js"]
|
|
}
|
|
]
|
|
}
|