mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
Adding accessible tooltips and tooltip based alerts (#20912)
This commit is contained in:
@@ -46,6 +46,11 @@ let sqlTocItems: ITOCEntry<string>[] = [{
|
||||
id: 'data/tableDesigner',
|
||||
label: localize('tableDesigner', "Table Designer"),
|
||||
settings: ['tableDesigner.*']
|
||||
},
|
||||
{
|
||||
id: 'data/executionPlan',
|
||||
label: localize('executionPlan', "Execution Plan"),
|
||||
settings: ['executionPlan.*']
|
||||
}
|
||||
]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user