mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 16:24:45 +00:00
7d936efb2f
fixup! Cleanup, reformat, fix some todos, git hook
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"program": "${file}",
|
|
"outFiles": ["${workspaceFolder}/**/*.js"],
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
}
|
|
],
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
}
|