vscode: Add a qtquick launcher to the workspace too

This commit is contained in:
Sergio Martins
2022-06-11 13:25:52 +01:00
parent 78025d1e34
commit 0f6be75620
2 changed files with 16 additions and 0 deletions

View File

@@ -65,6 +65,14 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"name": "qtquick_dockwidgets",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/build-dev6/bin/examples/qtquick_dockwidgets",
"args": [],
"cwd": "${workspaceFolder}"
},
{
"name": "tst_docks",
"type": "lldb",