updated launch command for fedora
This commit is contained in:
parent
6b120a617c
commit
c8d04ba593
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -8,7 +8,7 @@
|
|||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"name": "PCSX2",
|
"name": "PCSX2",
|
||||||
"request": "launch",
|
"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"
|
"preLaunchTask": "CMake: build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user