fallingCand/.vscode/settings.json
2025-11-29 13:59:31 -08:00

14 lines
304 B
JSON

{
"makefile.launchConfigurations": [
{
"name": "sand_mangohud",
"cwd": "${workspaceFolder}",
"binaryPath": "/usr/bin/mangohud", // use full path to be safe
"binaryArgs": [
"--dlsym",
"${workspaceFolder}/fallingCand"
]
}
]
}