vscode: Add a launch for tst_docks

This commit is contained in:
Sergio Martins
2022-07-21 14:42:40 +01:00
parent d4d325a401
commit b7665abf68

View File

@@ -78,6 +78,16 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"name": "tst_docks",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/build-dev/bin/tst_docks",
"args": [
"tst_doesntHaveNativeTitleBar"
],
"cwd": "${workspaceFolder}"
},
{
"name": "tst_qtwidgets",
"type": "lldb",