Skip to content

Commit

Permalink
Label Close commands for views; improve enablement (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work authored Sep 19, 2023
1 parent bbb984a commit b1113ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
{
"command": "clangd.typeHierarchy.close",
"category": "clangd",
"title": "Close",
"enablement": "clangd.typeHierarchyView.visible",
"title": "Close type hierarchy view",
"icon": "$(panel-close)"
},
{
Expand All @@ -243,7 +244,8 @@
{
"command": "clangd.memoryUsage.close",
"category": "clangd",
"title": "Close",
"enablement": "clangd.memoryUsage.visible",
"title": "Close memory usage view",
"icon": "$(panel-close)"
},
{
Expand All @@ -256,7 +258,8 @@
{
"command": "clangd.ast.close",
"category": "clangd",
"title": "Close",
"enablement": "clangd.ast.visible",
"title": "Close AST view",
"icon": "$(panel-close)"
},
{
Expand Down

0 comments on commit b1113ec

Please sign in to comment.