hello_ps2/.vscode/launch.json

16 lines
532 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"name": "PCSX2",
"request": "launch",
"command": "/home/piwalker/bin/pcsx2.AppImage '${workspaceFolder}/build/helloworld.iso' && exit",
"preLaunchTask": "CMake: build"
}
]
}