fix: launch.json trying to run an outdated name of the project

This commit is contained in:
Syntriax 2025-07-21 08:45:59 +03:00
parent 20c2682e61
commit 7130809a23

2
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-client",
"program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.dll",
"program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Pong.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,