1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00
server/fosscord-server.code-workspace

25 lines
334 B
Plaintext
Raw Normal View History

2021-08-13 22:57:46 +02:00
{
"folders": [
{
"path": "src"
2021-08-13 22:57:46 +02:00
},
{
"path": "src-slowcord"
},
2021-08-13 22:57:46 +02:00
{
"path": "assets"
2021-08-13 22:57:46 +02:00
},
{
"path": "."
2021-08-13 22:57:46 +02:00
}
],
"settings": {
2022-09-16 04:54:02 +02:00
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
"liveServer.settings.multiRootWorkspaceName": "slowcord"
2022-09-26 04:42:20 +02:00
},
"launch": {
"version": "0.2.0",
"configurations": []
}
}