update vscode launch.json file;

pull/48/head
Bryan Biedenkapp 2 years ago
parent f7ecb54b86
commit 596fad3e30

@ -29,8 +29,8 @@
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
// If you have changed target frameworks, make sure to update the program path. // If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/build/dvmhost", "program": "${workspaceFolder}/build/dvmfne",
"args": ["-c", "./fne-config.yml", "--fne", "-f"], "args": ["-c", "./fne-config.yml", "-f"],
"cwd": "${workspaceFolder}/build", "cwd": "${workspaceFolder}/build",
"stopAtEntry": false, "stopAtEntry": false,
"logging": { "logging": {

Loading…
Cancel
Save

Powered by TurnKey Linux.