{ "name": "schema-compare", "displayName": "%displayName%", "description": "%description%", "version": "1.22.0", "publisher": "Microsoft", "preview": false, "engines": { "vscode": "^1.25.0", "azdata": ">=1.44.0" }, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "images/extension.png", "aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380", "activationEvents": [ "onCommand:schemaCompare.start" ], "main": "./out/extension", "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, "extensionDependencies": [ "Microsoft.mssql" ], "capabilities": { "virtualWorkspaces": false, "untrustedWorkspaces": { "supported": true } }, "contributes": { "commands": [ { "command": "schemaCompare.start", "title": "%schemaCompare.start%", "icon": { "light": "./images/light_icon.svg", "dark": "./images/dark_icon.svg" } }, { "command": "schemaCompare.runComparison", "title": "%schemaCompare.runComparison%" }, { "command": "schemaCompare.openInScmp", "title": "%schemaCompare.openInScmp%" } ], "languages": [ { "id": "scmp", "filenames": [ "Schema Compare" ], "extensions": [ ".scmp" ], "aliases": [ "scmp" ] } ], "menus": { "objectExplorer/item/context": [ { "command": "schemaCompare.start", "when": "connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11", "group": "export" }, { "command": "schemaCompare.start", "when": "connectionProvider == MSSQL && nodeType && nodeType == Server && mssql:engineedition != 11", "group": "export" } ], "dataExplorer/context": [ { "command": "schemaCompare.start", "when": "connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11", "group": "export" }, { "command": "schemaCompare.start", "when": "connectionProvider == MSSQL && nodeType && nodeType == Server && mssql:engineedition != 11", "group": "export" } ], "commandPalette": [ { "command": "schemaCompare.start", "when": "mssql:engineedition != 11" }, { "command": "schemaCompare.runComparison", "when": "false" }, { "command": "schemaCompare.openInScmp", "when": "false" } ], "explorer/context": [ { "command": "schemaCompare.openInScmp", "when": "resourceExtname == .scmp", "group": "navigation" } ] } }, "dependencies": { "@microsoft/ads-extension-telemetry": "^3.0.1", "vscode-nls": "^4.0.0" }, "devDependencies": { "@microsoft/vscodetestcover": "^1.2.2", "@microsoft/azdata-test": "^3.0.3", "@types/mocha": "^7.0.2", "@types/node": "^12.11.7", "@types/sinon": "^9.0.4", "mocha": "^7.1.1", "should": "^13.2.1", "sinon": "^9.0.2", "typemoq": "^2.1.0" }, "__metadata": { "id": "37", "publisherDisplayName": "Microsoft", "publisherId": "Microsoft" } }