Adding accessible tooltips and tooltip based alerts (#20912)

This commit is contained in:
Aasim Khan
2022-10-21 14:28:27 -07:00
committed by GitHub
parent daf81cc9e7
commit 84305c32c0
9 changed files with 50 additions and 21 deletions

View File

@@ -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.*']
}
]
}];