mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
Adds "Execution Plan" prefix to Execution Plan commands (#19842)
* Prefixes execution plan commands, so they are easier to find * Provides category argument to categorize commands.
This commit is contained in:
@@ -101,7 +101,7 @@ MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
|
||||
value: localize('executionPlanCompareCommandValue', "Compare execution plans"),
|
||||
original: localize('executionPlanCompareCommandOriginalValue', "Compare execution plans")
|
||||
},
|
||||
category: 'Execution Plan'
|
||||
category: localize('ExecutionPlan', 'Execution Plan')
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user