Added workspace

This commit is contained in:
2024-01-29 11:08:57 +01:00
parent bca8fdf610
commit b4503eff21
3 changed files with 20 additions and 2 deletions

16
project.code-workspace Normal file
View File

@ -0,0 +1,16 @@
{
"folders": [
{
"name": "client",
"path": "client"
},
{
"name": "server",
"path": "server"
},
{
"name": "stresstest",
"path": "stresstest"
}
]
}