From cd66eeeeefdec79f9ac6b97424fee67777140ccc Mon Sep 17 00:00:00 2001 From: Syntriax Date: Wed, 9 Jul 2025 22:06:39 +0300 Subject: [PATCH] chore: updated launch.json for linux --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,