From 5ec90f517c778dc15eddcba09e268e5bfe7d85c6 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Tue, 9 Apr 2024 14:36:29 -0400 Subject: [PATCH] Don't show command in palette --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 641c0a53..ae454896 100644 --- a/package.json +++ b/package.json @@ -395,6 +395,10 @@ } ], "commandPalette": [ + { + "command": "azureResourceGroups.maintainCloudShellConnection", + "when": "never" + }, { "command": "azureResourceGroups.showGroupOptions", "when": "never"