summary refs log tree commit diff
path: root/fosscord-server.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r--fosscord-server.code-workspace7
1 files changed, 6 insertions, 1 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace

index e618b7f0..cd060713 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace
@@ -23,7 +23,12 @@ }, { "path": "webrtc" + }, + { + "path": "slowcord" } ], - "settings": {} + "settings": { + "typescript.tsdk": "util\\node_modules\\typescript\\lib" + } }