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:
Charles Gagnon
2019-10-21 11:06:22 -07:00
committed by Alan Ren
parent 8b46143d48
commit 53a081262d
2 changed files with 2 additions and 5 deletions

View File

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

View File

@@ -230,15 +230,13 @@ 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',
'resource-deployment'
'query-history'
];
interface IBuiltInExtension {