mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
fix the issue with explorer widget context menu (#11373)
This commit is contained in:
@@ -296,6 +296,7 @@ MenuRegistry.appendMenuItem(MenuId.ExplorerWidgetContext, {
|
||||
id: commands.ExplorerScriptCreateAction.ID,
|
||||
title: commands.ExplorerScriptCreateAction.LABEL
|
||||
},
|
||||
when: ItemContextKey.ItemType.notEqualsTo('database'),
|
||||
order: 2
|
||||
});
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user