summary refs log tree commit diff
path: root/slowcord/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'slowcord/.vscode/launch.json')
-rw-r--r--slowcord/.vscode/launch.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/slowcord/.vscode/launch.json b/slowcord/.vscode/launch.json
new file mode 100644

index 00000000..6b41b246 --- /dev/null +++ b/slowcord/.vscode/launch.json
@@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "ts-node", + "type": "node", + "request": "launch", + "args": [ + "${relativeFile}" + ], + "runtimeArgs": [ + "-r", + "ts-node/register" + ], + "cwd": "${workspaceRoot}", + "protocol": "inspector", + "internalConsoleOptions": "openOnSessionStart" + } + + ] +} \ No newline at end of file