Skip to content

Commit

Permalink
launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-speller committed May 30, 2022
1 parent 4ba7b0e commit 15bda90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
"request": "launch",
"program": "${workspaceFolder}/build/debug/bin/atone",
"args": [
"-c",
"${workspaceFolder}/sample/config-file/atone.yml",
"-L",
"Terminal"
"--config=${workspaceFolder}/sample/config-file/atone.yml",
"--logger=terminal"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
Expand Down

0 comments on commit 15bda90

Please sign in to comment.