feat: client configuration file added

This commit is contained in:
2025-06-21 00:36:08 +03:00
parent 5df09f64e2
commit bc6aaa865a
6 changed files with 51 additions and 22 deletions

11
.vscode/launch.json vendored
View File

@@ -33,17 +33,6 @@
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"console": "internalConsole"
},
{
"name": ".NET Launch (Host)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.exe",
"args": ["--server"],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"console": "internalConsole"
}
],
"compounds": [