Revert "Fix BDC and resource-deploy extensions to not be packaged separately (#7858)" (#7860)

This reverts commit 53a081262d.
This commit is contained in:
Amir Omidi
2019-10-21 12:06:00 -07:00
committed by Charles Gagnon
parent c1e95a2246
commit 143b70c6a8
2 changed files with 5 additions and 2 deletions

View File

@@ -200,7 +200,8 @@ const sqlBuiltInExtensions = [
'dacpac',
'schema-compare',
'cms',
'query-history'
'query-history',
'resource-deployment'
];
const builtInExtensions = process.env['VSCODE_QUALITY'] === 'stable' ? require('../builtInExtensions.json') : require('../builtInExtensions-insiders.json');
// {{SQL CARBON EDIT}} - End

View File

@@ -230,13 +230,15 @@ const sqlBuiltInExtensions = [
// the extension will be excluded from SQLOps package and will have separate vsix packages
'admin-tool-ext-win',
'agent',
'big-data-cluster',
'import',
'profiler',
'admin-pack',
'dacpac',
'schema-compare',
'cms',
'query-history'
'query-history',
'resource-deployment'
];
interface IBuiltInExtension {