From 3e91639df2104fd5b97b29a4c3dd4ff3b3239d0c Mon Sep 17 00:00:00 2001 From: Bhaskar Sarma Date: Wed, 1 Apr 2020 09:01:01 -0700 Subject: [PATCH] fix name of launch task --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",