diff --git a/extensions/schema-compare/package.json b/extensions/schema-compare/package.json index c865625712..4f921ed37d 100644 --- a/extensions/schema-compare/package.json +++ b/extensions/schema-compare/package.json @@ -1,59 +1,64 @@ { - "name": "schema-compare", - "displayName": "SQL Server Schema Compare", - "description": "SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.", - "version": "0.2.0", - "publisher": "Microsoft", - "preview": true, - "engines": { - "vscode": "^1.25.0", - "sqlops": "*" - }, - "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx", - "icon": "images/sqlserver.png", - "aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412", - "activationEvents": [ - "*" - ], - "main": "./out/main", - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/azuredatastudio.git" - }, - "extensionDependencies": [ - "Microsoft.mssql" - ], - "contributes": { - "commands": [ - { - "command": "schemaCompare.start", - "title": "Schema Compare", - "icon": { - "light": "./images/light_icon.svg", - "dark": "./images/dark_icon.svg" - } - } - ], - "menus": { - "objectExplorer/item/context": [ - { - "command": "schemaCompare.start", - "when": "connectionProvider == MSSQL && nodeType && nodeType == Database", - "group": "export" - } - ] - } - }, - "dependencies": { - "vscode-extension-telemetry": "0.0.18", - "vscode-nls": "^3.2.1" - }, - "devDependencies": { - "@types/mocha": "^5.2.5", + "name": "schema-compare", + "displayName": "SQL Server Schema Compare", + "description": "SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.", + "version": "0.2.0", + "publisher": "Microsoft", + "preview": true, + "engines": { + "vscode": "^1.25.0", + "sqlops": "*" + }, + "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx", + "icon": "images/sqlserver.png", + "aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412", + "activationEvents": [ + "*" + ], + "main": "./out/main", + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/azuredatastudio.git" + }, + "extensionDependencies": [ + "Microsoft.mssql" + ], + "contributes": { + "commands": [ + { + "command": "schemaCompare.start", + "title": "Schema Compare", + "icon": { + "light": "./images/light_icon.svg", + "dark": "./images/dark_icon.svg" + } + } + ], + "menus": { + "objectExplorer/item/context": [ + { + "command": "schemaCompare.start", + "when": "connectionProvider == MSSQL && nodeType && nodeType == Database", + "group": "export" + } + ] + } + }, + "dependencies": { + "vscode-extension-telemetry": "0.0.18", + "vscode-nls": "^3.2.1" + }, + "devDependencies": { + "@types/mocha": "^5.2.5", "@types/node": "^8.0.24", "mocha": "^5.2.0", "should": "^13.2.1", - "typemoq": "^2.1.0", + "typemoq": "^2.1.0", "vscode": "1.1.26" - } -} + }, + "__metadata": { + "id": "37", + "publisherDisplayName": "Microsoft", + "publisherId": "Microsoft" + } +} \ No newline at end of file diff --git a/product.json b/product.json index bc07834322..33c6a8bce3 100644 --- a/product.json +++ b/product.json @@ -45,6 +45,7 @@ "Microsoft.cms", "Microsoft.dacpac", "Microsoft.import", + "Microsoft.managed-instance-dashboard", "Microsoft.powershell", "Microsoft.profiler", "Microsoft.schema-compare", @@ -55,4 +56,4 @@ "extensionsGallery": { "serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json" } -} +} \ No newline at end of file