diff --git a/build/lib/extensions.ts b/build/lib/extensions.ts index 89f22f83bd..081e0b6fb3 100644 --- a/build/lib/extensions.ts +++ b/build/lib/extensions.ts @@ -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 \ No newline at end of file +// {{SQL CARBON EDIT}} - End