mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Additions to sqlLocalizedExtensions (#15490)
* additions to sqlLocalizedExtensions * remove azdata from sqlLocalizedExtensions * fix extension files to work with nls.metadata.json function (required)
This commit is contained in:
@@ -26,8 +26,17 @@ const ext = require('./lib/extensions');
|
||||
const extensionsPath = path.join(path.dirname(__dirname), 'extensions');
|
||||
// {{SQL CARBON EDIT}}
|
||||
const sqlLocalizedExtensions = [
|
||||
'admin-tool-ext-win',
|
||||
'agent',
|
||||
'cms',
|
||||
'dacpac',
|
||||
'schema-compare'
|
||||
'import',
|
||||
'machine-learning',
|
||||
'profiler',
|
||||
'schema-compare',
|
||||
'server-report',
|
||||
'sql-assessment',
|
||||
'sql-database-projects'
|
||||
];
|
||||
// {{SQL CARBON EDIT}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user