remove the filters not applicable to ads (#15409)

This commit is contained in:
Alan Ren
2021-05-11 13:57:20 -07:00
committed by GitHub
parent f03a129186
commit ed40a0b91e
2 changed files with 25 additions and 18 deletions

View File

@@ -155,24 +155,25 @@ export interface IExtensionIdentifier {
uuid?: string;
}
// {{SQL CARBON EDIT}} - ADS only implemented language pack filtering
export const EXTENSION_CATEGORIES = [
'Azure',
'Data Science',
'Debuggers',
'Extension Packs',
'Formatters',
'Keymaps',
// 'Azure',
// 'Data Science',
// 'Debuggers',
// 'Extension Packs',
// 'Formatters',
// 'Keymaps',
'Language Packs',
'Linters',
'Machine Learning',
'Notebooks',
'Programming Languages',
'SCM Providers',
'Snippets',
'Testing',
'Themes',
'Visualization',
'Other',
// 'Linters',
// 'Machine Learning',
// 'Notebooks',
// 'Programming Languages',
// 'SCM Providers',
// 'Snippets',
// 'Testing',
// 'Themes',
// 'Visualization',
// 'Other',
];
export interface IExtensionManifest {