diff --git a/.vscode/launch.json b/.vscode/launch.json index b83efb304ad736..7fbf01cbca7c2e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",