From 04bb331d37c1e0229109d7b849bf5549682e3e0b Mon Sep 17 00:00:00 2001 From: Mateusz Jenek Date: Thu, 28 Nov 2024 13:56:12 +0100 Subject: [PATCH] fix: remove set_in_workspace cmd from palette --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 8a1e947..3a1e53f 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,12 @@ ] }, "menus": { + "commandPalette": [ + { + "command": "humanitec.sidebar.organization_structure.set_in_workspace", + "when": "false" + } + ], "view/title": [ { "command": "humanitec.sidebar.availableResources.refreshEntries",