Skip to content

Commit 02d40f5

Browse files
authored
Remove two Schema related search commands from the Command Palette. (#883)
- These commands are associated with AWS Explorer node context menus, and operate against explorer nodes. They weren't intended to appear in the Command Palette.
1 parent 6635282 commit 02d40f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@
169169
"command": "aws.viewSchemaItem",
170170
"when": "false"
171171
},
172+
{
173+
"command": "aws.searchSchema",
174+
"when": "false"
175+
},
176+
{
177+
"command": "aws.searchSchemaPerRegistry",
178+
"when": "false"
179+
},
172180
{
173181
"command": "aws.refreshAwsExplorer",
174182
"when": "false"

0 commit comments

Comments
 (0)