diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-26 12:42:20 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-26 12:42:20 +1000 |
commit | 427e1d0bed456eadf26c8b7225b4ff8ea16130f2 (patch) | |
tree | fc7699f6af162b813822cf653e08f64d9c30e786 | |
parent | Add logout endpoint (diff) | |
download | server-427e1d0bed456eadf26c8b7225b4ff8ea16130f2.tar.xz |
Vscode launch config
-rw-r--r-- | fosscord-server.code-workspace | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace index 1740fb7d..cf3b01e4 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace @@ -13,5 +13,9 @@ "settings": { "typescript.tsdk": "util\\node_modules\\typescript\\lib", "liveServer.settings.multiRootWorkspaceName": "slowcord" + }, + "launch": { + "version": "0.2.0", + "configurations": [] } } |