Skip to content

Commit

Permalink
chore(vscode): Add task to run Qt designer
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Mar 30, 2024
1 parent cd17da7 commit 48a385d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vscode.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
"type": "shell",
"command": "assistant",
"problemMatcher": []
},
{
"label": "Run Qt Designer",
"type": "shell",
"command": "designer",
"problemMatcher": []
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions vscode.code-workspace.template
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
"type": "shell",
"command": "assistant",
"problemMatcher": []
},
{
"label": "Run Qt Designer",
"type": "shell",
"command": "designer",
"problemMatcher": []
}
]
}
Expand Down

0 comments on commit 48a385d

Please sign in to comment.