diff --git a/.vscode/launch.json b/.vscode/launch.json index 3c7c2a0..35d2af3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.exe", + "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, @@ -17,7 +17,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.exe", + "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, @@ -28,7 +28,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Platforms/Server/bin/Debug/net9.0/Server.exe", + "program": "${workspaceFolder}/Platforms/Server/bin/Debug/net9.0/Server", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false,