summary refs log tree commit diff
path: root/fosscord-server.code-workspace
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-23 19:02:05 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-23 19:02:05 +0200
commitba0ba4b61ede1404454b8ab89bd9da61851f8a6e (patch)
tree254cf1238adea372014b55555e22db6637683d72 /fosscord-server.code-workspace
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
parentNew db migration script - multiplatform, fix mariadb migrations (diff)
downloadserver-ba0ba4b61ede1404454b8ab89bd9da61851f8a6e.tar.xz
Merge branch 'dev/cherry-plugins-improvements' into staging
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r--fosscord-server.code-workspace19
1 files changed, 18 insertions, 1 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace

index f2df1e9e..56450f85 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace
@@ -17,5 +17,22 @@ "files.exclude": { "*.ansi": true, } + }, + "launch": { + "version": "0.2.0", + "configurations": [ + { + "command": "npm run start:bundle:vscode-dbg", + "name": "Run Fosscord with debugger", + "request": "launch", + "type": "node-terminal" + }, + { + "command": "kitty npm run start:bundle:vscode-dbg", + "name": "Run Fosscord with debugger (kitty)", + "request": "launch", + "type": "node-terminal" + } + ] } -} \ No newline at end of file +}