Skip to content

Commit

Permalink
Hide duplicated Debug Quarkus command in command palette
Browse files Browse the repository at this point in the history
it is used with a shorter name for editor quick menu. In command palette
there is a more precise naming already Debug current Quarkus project

fixes #743

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored and fbricon committed May 16, 2024
1 parent bfb0d39 commit 491be14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@
"command": "quarkusTools.debugQuarkusProject",
"when": "quarkusProjectExistsOrLightWeight"
},
{
"command": "quarkusTools.debugQuarkusProject.short",
"when": "false"
},
{
"command": "qute.validation.enabled.toggle.off",
"when": "false"
Expand Down

0 comments on commit 491be14

Please sign in to comment.