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-26 12:42:20 +10:00

22 lines
299 B
Plaintext

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