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 3d9a6a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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 Expand Up @@ -203,4 +209,4 @@
"js-yaml": "^4.1.0",
"yaml": "^2.6.0"
}
}
}

0 comments on commit 3d9a6a9

Please sign in to comment.