{ "name": "profiler", "displayName": "SQL Server Profiler", "description": "SQL Server Profiler for SQL Operations Studio", "version": "0.30.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/LICENSE.txt", "icon": "images/sqlserver.png", "aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412", "engines": { "vscode": "0.10.x" }, "activationEvents": [ "*" ], "main": "./client/out/main", "scripts": { "compile": "gulp compile-extension:profiler-client" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/sqlopsstudio.git" }, "extensionDependencies": [ "Microsoft.mssql" ], "contributes": { "commands": [ { "command": "profiler.newProfiler", "title": "New Profiler", "category": "Profiler" } ], "outputChannels": [ "sqlprofiler" ] }, "devDependencies": { "vscode": "1.0.1" } }