diff options
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r-- | fosscord-server.code-workspace | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace index cd060713..c3542727 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace @@ -29,6 +29,7 @@ } ], "settings": { - "typescript.tsdk": "util\\node_modules\\typescript\\lib" + "typescript.tsdk": "util\\node_modules\\typescript\\lib", + "liveServer.settings.multiRootWorkspaceName": "slowcord" } } |