Skip to content

Commit

Permalink
fix: remove set_in_workspace cmd from palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek committed Nov 28, 2024
1 parent 489826f commit 04bb331
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
]
},
"menus": {
"commandPalette": [
{
"command": "humanitec.sidebar.organization_structure.set_in_workspace",
"when": "false"
}
],
"view/title": [
{
"command": "humanitec.sidebar.availableResources.refreshEntries",
Expand Down

0 comments on commit 04bb331

Please sign in to comment.