mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove CMS from packaged builds (#5349)
* remove cmss from packaged builds * add repo to package file * added cms to recommendations
This commit is contained in:
@@ -254,7 +254,8 @@ const sqlBuiltInExtensions = [
|
|||||||
'admin-pack',
|
'admin-pack',
|
||||||
'big-data-cluster',
|
'big-data-cluster',
|
||||||
'dacpac',
|
'dacpac',
|
||||||
'schema-compare'
|
'schema-compare',
|
||||||
|
'cms'
|
||||||
];
|
];
|
||||||
const builtInExtensions = require('../builtInExtensions.json');
|
const builtInExtensions = require('../builtInExtensions.json');
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -301,7 +301,8 @@ const sqlBuiltInExtensions = [
|
|||||||
'admin-pack',
|
'admin-pack',
|
||||||
'big-data-cluster',
|
'big-data-cluster',
|
||||||
'dacpac',
|
'dacpac',
|
||||||
'schema-compare'
|
'schema-compare',
|
||||||
|
'cms'
|
||||||
];
|
];
|
||||||
// {{SQL CARBON EDIT}} - End
|
// {{SQL CARBON EDIT}} - End
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||||
|
},
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
"Microsoft.admin-tool-ext-win",
|
"Microsoft.admin-tool-ext-win",
|
||||||
"Microsoft.agent",
|
"Microsoft.agent",
|
||||||
"Microsoft.azuredatastudio-postgresql",
|
"Microsoft.azuredatastudio-postgresql",
|
||||||
|
"Microsoft.cms",
|
||||||
"Microsoft.dacpac",
|
"Microsoft.dacpac",
|
||||||
"Microsoft.import",
|
"Microsoft.import",
|
||||||
"Microsoft.powershell",
|
"Microsoft.powershell",
|
||||||
|
|||||||
Reference in New Issue
Block a user