From cd30a8cbc0ff282f01512ce7ac221a2008c6ebe3 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 17 Oct 2019 09:59:29 -0700 Subject: [PATCH] enable bdc features for stable (#7757) --- build/lib/extensions.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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