mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
feature flag for table designer (#17597)
This commit is contained in:
@@ -41,6 +41,11 @@ let sqlTocItems: ITOCEntry<string>[] = [{
|
||||
id: 'data/builtinCharts',
|
||||
label: localize('builtinCharts', "Built-in Charts"),
|
||||
settings: ['builtinCharts.*']
|
||||
},
|
||||
{
|
||||
id: 'data/tableDesigner',
|
||||
label: localize('tableDesigner', "Table Designer"),
|
||||
settings: ['tableDesigner.*']
|
||||
}
|
||||
]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user