enable bdc features for stable (#7757)

This commit is contained in:
Alan Ren
2019-10-17 09:59:29 -07:00
committed by GitHub
parent ec1e54db9a
commit cd30a8cbc0

View File

@@ -239,13 +239,6 @@ const sqlBuiltInExtensions = [
'query-history'
];
// make resource deployment and BDC extension only available in insiders
if (process.env['VSCODE_QUALITY'] === 'stable') {
sqlBuiltInExtensions.push('resource-deployment');
sqlBuiltInExtensions.push('big-data-cluster');
}
interface IBuiltInExtension {
name: string;
version: string;
@@ -356,4 +349,4 @@ export function packageExtensionTask(extensionName: string, platform: string, ar
return result.pipe(vfs.dest(destination));
};
}
// {{SQL CARBON EDIT}} - End
// {{SQL CARBON EDIT}} - End