Commit 1be9bb67 by Ben Clayton

launch.json - fix name of unittests to launch

parent d19d8f83
......@@ -13,14 +13,15 @@
"type": "lldb",
"request": "launch",
"name": "unittests (lldb)",
"program": "${workspaceFolder}/build/dap-unittests",
"program": "${workspaceFolder}/build/cppdap-unittests",
"cwd": "${workspaceRoot}",
"args": []
},
{
"name": "unittests (gdb)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/dap-unittests",
"program": "${workspaceFolder}/build/cppdap-unittests",
"args": [],
"stopAtEntry": false,
"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