1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 19:02:37 +01:00
server/server.code-workspace

24 lines
277 B
Plaintext
Raw Permalink Normal View History

2021-08-13 22:57:46 +02:00
{
"folders": [
{
2024-11-19 21:19:40 +01:00
"path": "src",
2021-08-13 22:57:46 +02:00
},
{
2024-11-19 21:19:40 +01:00
"path": "assets",
2021-08-13 22:57:46 +02:00
},
2022-09-26 15:00:27 +02:00
{
2024-11-19 21:19:40 +01:00
"path": "scripts",
2022-09-26 15:00:27 +02:00
},
2021-08-13 22:57:46 +02:00
{
2024-11-19 21:19:40 +01:00
"path": ".",
},
2021-08-13 22:57:46 +02:00
],
"settings": {
2024-11-19 21:19:40 +01:00
"typescript.tsdk": "util\\node_modules\\typescript\\lib",
2022-09-26 04:42:20 +02:00
},
"launch": {
"version": "0.2.0",
2024-11-19 21:19:40 +01:00
"configurations": [],
},
}