updated launch command for fedora

This commit is contained in:
Samuel Walker 2025-03-30 12:57:33 -06:00
parent 6b120a617c
commit c8d04ba593

2
.vscode/launch.json vendored
View File

@ -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"
}