{ "name": "sql-bindings", "displayName": "%displayName%", "description": "%description%", "version": "0.0.1", "publisher": "Microsoft", "preview": true, "engines": { "vscode": "^1.30.1", "azdata": ">=1.35.0" }, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "activationEvents": [ "onCommand:sqlBindings.addSqlBinding", "onCommand:sqlBindings.createAzureFunction" ], "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": "sqlBindings.addSqlBinding", "title": "%sqlBindings.addSqlBinding%", "category": "MS SQL" }, { "command": "sqlBindings.createAzureFunction", "title": "%sqlBindings.createAzureFunction%", "category": "MS SQL", "when": "view == objectExplorer && viewItem == Table" } ], "menus": { "commandPalette": [ { "command": "sqlBindings.addSqlBinding", "when": "editorLangId == csharp && !azdataAvailable && resourceScheme != untitled" } ], "view/item/context": [ { "command": "sqlBindings.createAzureFunction", "when": "view == objectExplorer && viewItem == Table", "group": "zAzure_Function@1" } ] } }, "dependencies": { "@microsoft/ads-extension-telemetry": "^1.1.5", "fast-glob": "^3.2.7", "jsonc-parser": "^2.3.1", "promisify-child-process": "^3.1.1", "vscode-nls": "^4.1.2" }, "devDependencies": { "@types/node": "^14.14.16", "tslint": "^5.8.0", "should": "^13.2.1", "sinon": "^9.0.2", "typemoq": "^2.1.0", "@microsoft/vscodetestcover": "^1.2.0", "mocha": "^5.2.0", "mocha-junit-reporter": "^1.17.0", "mocha-multi-reporters": "^1.1.7" } }