14 lines
304 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|