Commit 1be9bb67 by Ben Clayton

launch.json - fix name of unittests to launch

parent d19d8f83
...@@ -13,14 +13,15 @@ ...@@ -13,14 +13,15 @@
"type": "lldb", "type": "lldb",
"request": "launch", "request": "launch",
"name": "unittests (lldb)", "name": "unittests (lldb)",
"program": "${workspaceFolder}/build/dap-unittests", "program": "${workspaceFolder}/build/cppdap-unittests",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"args": []
}, },
{ {
"name": "unittests (gdb)", "name": "unittests (gdb)",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/build/dap-unittests", "program": "${workspaceFolder}/build/cppdap-unittests",
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment