1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00
server/fosscord-server.code-workspace
2022-09-25 23:35:18 +10:00

18 lines
237 B
Plaintext

{
"folders": [
{
"path": "src"
},
{
"path": "assets"
},
{
"path": "."
}
],
"settings": {
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
"liveServer.settings.multiRootWorkspaceName": "slowcord"
}
}