chore: updated launch.json for linux

This commit is contained in:
Syntriax 2025-07-09 22:06:39 +03:00
parent 9f6958e5ba
commit cd66eeeeef

6
.vscode/launch.json vendored
View File

@ -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,