mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix BDC and resource-deploy extensions to not be packaged separately (#7858)
* Fix BDC and resource-deploy extensions to not be packaged separately * Update js too
This commit is contained in:
@@ -200,8 +200,7 @@ const sqlBuiltInExtensions = [
|
|||||||
'dacpac',
|
'dacpac',
|
||||||
'schema-compare',
|
'schema-compare',
|
||||||
'cms',
|
'cms',
|
||||||
'query-history',
|
'query-history'
|
||||||
'resource-deployment'
|
|
||||||
];
|
];
|
||||||
const builtInExtensions = process.env['VSCODE_QUALITY'] === 'stable' ? require('../builtInExtensions.json') : require('../builtInExtensions-insiders.json');
|
const builtInExtensions = process.env['VSCODE_QUALITY'] === 'stable' ? require('../builtInExtensions.json') : require('../builtInExtensions-insiders.json');
|
||||||
// {{SQL CARBON EDIT}} - End
|
// {{SQL CARBON EDIT}} - End
|
||||||
|
|||||||
@@ -230,15 +230,13 @@ const sqlBuiltInExtensions = [
|
|||||||
// the extension will be excluded from SQLOps package and will have separate vsix packages
|
// the extension will be excluded from SQLOps package and will have separate vsix packages
|
||||||
'admin-tool-ext-win',
|
'admin-tool-ext-win',
|
||||||
'agent',
|
'agent',
|
||||||
'big-data-cluster',
|
|
||||||
'import',
|
'import',
|
||||||
'profiler',
|
'profiler',
|
||||||
'admin-pack',
|
'admin-pack',
|
||||||
'dacpac',
|
'dacpac',
|
||||||
'schema-compare',
|
'schema-compare',
|
||||||
'cms',
|
'cms',
|
||||||
'query-history',
|
'query-history'
|
||||||
'resource-deployment'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
interface IBuiltInExtension {
|
interface IBuiltInExtension {
|
||||||
|
|||||||
Reference in New Issue
Block a user