{ "name": "schema-compare", "displayName": "%displayName%", "description": "%description%", "version": "1.13.0", "publisher": "Microsoft", "preview": false, "engines": { "vscode": "^1.25.0", "azdata": ">=1.35.0" }, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "images/extension.png", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "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%" } ], "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" } ] } }, "dependencies": { "@microsoft/ads-extension-telemetry": "^1.1.3", "vscode-nls": "^4.0.0" }, "devDependencies": { "@types/mocha": "^5.2.5", "@types/sinon": "^9.0.4", "@types/node": "^12.11.7", "mocha": "^5.2.0", "mocha-junit-reporter": "^1.17.0", "mocha-multi-reporters": "^1.1.7", "should": "^13.2.1", "typemoq": "^2.1.0", "@microsoft/vscodetestcover": "^1.2.0", "sinon": "^9.0.2" }, "__metadata": { "id": "37", "publisherDisplayName": "Microsoft", "publisherId": "Microsoft" } }