{ "name": "big-data-cluster", "displayName": "SQL Server big data cluster", "description": "SQL Server big data cluster", "version": "0.0.1", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt", "icon": "images/sqlserver.png", "aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412", "engines": { "vscode": "0.10.x" }, "activationEvents": [ "*" ], "main": "./out/main", "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, "extensionDependencies": [ "Microsoft.mssql" ], "contributes": { "commands": [ { "command": "mssql.cluster.create", "title": "Create SQL Server big data cluster", "category": "SQL Server" } ] }, "dependencies": { "vscode-nls": "^3.2.1" }, "devDependencies": { "mocha-junit-reporter": "^1.17.0", "mocha-multi-reporters": "^1.1.7" } }