Add arc and azdata to recommended ext and vBump (#12690)

* Add arc and azdata to recommended ext and vBump

* remove bdc
This commit is contained in:
Charles Gagnon
2020-09-30 21:33:19 -07:00
committed by GitHub
parent c9ec18670c
commit 8e30b9a6e3
4 changed files with 13 additions and 11 deletions

View File

@@ -241,25 +241,25 @@ const externalExtensions = [
// they get packaged separately. Adding extension name here, will make the build to create
// a separate vsix package for the extension and the extension will be excluded from the main package.
// Any extension not included here will be installed by default.
'admin-pack',
'admin-tool-ext-win',
'agent',
'arc',
'asde-deployment',
'azdata',
'import',
'profiler',
'admin-pack',
'dacpac',
'schema-compare',
'cms',
'query-history',
'dacpac',
'data-workspace',
'import',
'kusto',
'liveshare',
'sql-database-projects',
'machine-learning',
'profiler',
'query-history',
'schema-compare',
'sql-assessment',
'asde-deployment',
'sql-database-projects',
'sql-migration',
'data-workspace'
];
// extensions that require a rebuild since they have native parts

View File

@@ -2,7 +2,7 @@
"name": "arc",
"displayName": "%arc.displayName%",
"description": "%arc.description%",
"version": "0.5.0",
"version": "0.5.1",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",

View File

@@ -2,7 +2,7 @@
"name": "azdata",
"displayName": "%azdata.displayName%",
"description": "%azdata.description%",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",

View File

@@ -43,6 +43,8 @@
"Microsoft.admin-pack",
"Microsoft.admin-tool-ext-win",
"Microsoft.agent",
"Microsoft.arc",
"Microsoft.azdata",
"Microsoft.azuredatastudio-postgresql",
"Microsoft.cms",
"Microsoft.dacpac",