From c8d04ba5938ba033d46a22aaf0f0b4173371d0a3 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Sun, 30 Mar 2025 12:57:33 -0600 Subject: [PATCH] updated launch command for fedora --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 276681c..803080b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node-terminal", "name": "PCSX2", "request": "launch", - "command": "'/mnt/c/Program Files/PCSX2/pcsx2-qt.exe' '${workspaceFolder}/build/helloworld.iso' && exit", + "command": "/home/piwalker/bin/pcsx2.AppImage '${workspaceFolder}/build/helloworld.iso' && exit", "preLaunchTask": "CMake: build" }