mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -241,25 +241,25 @@ const externalExtensions = [
|
|||||||
// they get packaged separately. Adding extension name here, will make the build to create
|
// 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.
|
// 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.
|
// Any extension not included here will be installed by default.
|
||||||
|
'admin-pack',
|
||||||
'admin-tool-ext-win',
|
'admin-tool-ext-win',
|
||||||
'agent',
|
'agent',
|
||||||
'arc',
|
'arc',
|
||||||
|
'asde-deployment',
|
||||||
'azdata',
|
'azdata',
|
||||||
'import',
|
|
||||||
'profiler',
|
|
||||||
'admin-pack',
|
|
||||||
'dacpac',
|
|
||||||
'schema-compare',
|
|
||||||
'cms',
|
'cms',
|
||||||
'query-history',
|
'dacpac',
|
||||||
|
'data-workspace',
|
||||||
|
'import',
|
||||||
'kusto',
|
'kusto',
|
||||||
'liveshare',
|
'liveshare',
|
||||||
'sql-database-projects',
|
|
||||||
'machine-learning',
|
'machine-learning',
|
||||||
|
'profiler',
|
||||||
|
'query-history',
|
||||||
|
'schema-compare',
|
||||||
'sql-assessment',
|
'sql-assessment',
|
||||||
'asde-deployment',
|
'sql-database-projects',
|
||||||
'sql-migration',
|
'sql-migration',
|
||||||
'data-workspace'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// extensions that require a rebuild since they have native parts
|
// extensions that require a rebuild since they have native parts
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "arc",
|
"name": "arc",
|
||||||
"displayName": "%arc.displayName%",
|
"displayName": "%arc.displayName%",
|
||||||
"description": "%arc.description%",
|
"description": "%arc.description%",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"publisher": "Microsoft",
|
"publisher": "Microsoft",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "azdata",
|
"name": "azdata",
|
||||||
"displayName": "%azdata.displayName%",
|
"displayName": "%azdata.displayName%",
|
||||||
"description": "%azdata.description%",
|
"description": "%azdata.description%",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"publisher": "Microsoft",
|
"publisher": "Microsoft",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||||
|
|||||||
@@ -43,6 +43,8 @@
|
|||||||
"Microsoft.admin-pack",
|
"Microsoft.admin-pack",
|
||||||
"Microsoft.admin-tool-ext-win",
|
"Microsoft.admin-tool-ext-win",
|
||||||
"Microsoft.agent",
|
"Microsoft.agent",
|
||||||
|
"Microsoft.arc",
|
||||||
|
"Microsoft.azdata",
|
||||||
"Microsoft.azuredatastudio-postgresql",
|
"Microsoft.azuredatastudio-postgresql",
|
||||||
"Microsoft.cms",
|
"Microsoft.cms",
|
||||||
"Microsoft.dacpac",
|
"Microsoft.dacpac",
|
||||||
|
|||||||
Reference in New Issue
Block a user