summary refs log tree commit diff
path: root/server.code-workspace
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-02 10:55:17 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-02 10:55:17 +1000
commit218f71b82cca0451cbe20834283100cac234666c (patch)
treed6052ae996de9fc03884cb4692838eb09da439f2 /server.code-workspace
parentprettier (diff)
parentRemove ALL fosscord mentions (diff)
downloadserver-218f71b82cca0451cbe20834283100cac234666c.tar.xz
Merge branch 'master' into refactor/dev/connections
Diffstat (limited to 'server.code-workspace')
-rw-r--r--server.code-workspace23
1 files changed, 23 insertions, 0 deletions
diff --git a/server.code-workspace b/server.code-workspace
new file mode 100644

index 00000000..b10a3545 --- /dev/null +++ b/server.code-workspace
@@ -0,0 +1,23 @@ +{ + "folders": [ + { + "path": "src" + }, + { + "path": "assets" + }, + { + "path": "scripts" + }, + { + "path": "." + } + ], + "settings": { + "typescript.tsdk": "util\\node_modules\\typescript\\lib" + }, + "launch": { + "version": "0.2.0", + "configurations": [] + } +}