Skip to content

Commit

Permalink
fix name of launch task
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhaskar-Sarma committed Apr 1, 2020
1 parent 4eef9ce commit 3e91639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "(gdb) Launch",
"name": "QRCode Tests",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/x86_64-unknown-linux-gnu/src/setup_payload/tests/TestQrCode",
Expand Down

0 comments on commit 3e91639

Please sign in to comment.