chore: added vscode launch configurations for server and client

This commit is contained in:
2025-05-11 11:51:57 +03:00
parent 94f7d4acfd
commit 0153d4cf69
2 changed files with 45 additions and 0 deletions

12
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": "build",
"problemMatcher": [],
"label": "build"
}
]
}