Alanren/admin pack (#4014)

* admin pack

* formatting and typo fixes

* remove changelog.md
This commit is contained in:
Alan Ren
2019-02-12 12:04:19 -08:00
committed by GitHub
parent 27370c655d
commit 4a606e0cb2
5 changed files with 62 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ const excludedExtensions = [
'ms-vscode.node-debug',
'ms-vscode.node-debug2',
// {{SQL CARBON EDIT}}
'integration-tests',
'integration-tests'
];
// {{SQL CARBON EDIT}}
@@ -76,7 +76,8 @@ const sqlBuiltInExtensions = [
// the extension will be excluded from SQLOps package and will have separate vsix packages
'agent',
'import',
'profiler'
'profiler',
'admin-pack'
];
var azureExtensions = [ 'azurecore', 'mssql'];