{ "name": "admin-tool-ext-win", "displayName": "%adminToolExtWin.displayName%", "description": "%adminToolExtWin.description%", "version": "0.1.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/admin-tool-ext-win/license/Azure%20Data%20Studio%20Extension%20-%20Standalone%20(free)%20Use%20Terms.txt", "icon": "images/extension.png", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "engines": { "vscode": "^1.30.1", "azdata": ">=1.8.0" }, "scripts": { "postinstall": "node ./build/postinstall.js" }, "activationEvents": [ "onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog", "onCommand:adminToolExtWin.launchSsmsMinGswDialog" ], "main": "./out/main", "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, "extensionDependencies": [ "Microsoft.mssql" ], "contributes": { "commands": [ { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "title": "%adminToolExtWin.propertiesMenuItem%", "category": "AdminToolExtWin" }, { "command": "adminToolExtWin.launchSsmsMinGswDialog", "title": "%adminToolExtWin.launchGswMenuItem%", "category": "AdminToolExtWin" } ], "menus": { "commandPalette": [ { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "when": "false" }, { "command": "adminToolExtWin.launchSsmsMinGswDialog", "when": "false" } ], "objectExplorer/item/context": [ { "command": "adminToolExtWin.launchSsmsMinGswDialog", "when": "isWindows && connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11", "group": "z-AdminToolExt@1" }, { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "when": "isWindows && connectionProvider == MSSQL && serverInfo && !isCloud && nodeType && nodeType == Server && mssql:engineedition != 11", "group": "z-AdminToolExt@2" }, { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "when": "isWindows && connectionProvider == MSSQL && serverInfo && nodeType && mssql:engineedition != 11 && nodeType =~ /^(Database|Table|Column|Index|Statistic|View|ServerLevelLogin|ServerLevelServerRole|ServerLevelCredential|ServerLevelServerAudit|ServerLevelServerAuditSpecification|StoredProcedure|ScalarValuedFunction|TableValuedFunction|AggregateFunction|Synonym|Assembly|UserDefinedDataType|UserDefinedType|UserDefinedTableType|Sequence|User|DatabaseRole|ApplicationRole|Schema|SecurityPolicy|ServerLevelLinkedServer)$/", "group": "z-AdminToolExt@2" } ], "dataExplorer/context": [ { "command": "adminToolExtWin.launchSsmsMinGswDialog", "when": "isWindows && connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11", "group": "z-AdminToolExt@1" }, { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "when": "isWindows && connectionProvider == MSSQL && !isCloud && nodeType && nodeType == Server && mssql:engineedition != 11", "group": "z-AdminToolExt@2" }, { "command": "adminToolExtWin.launchSsmsMinPropertiesDialog", "when": "isWindows && connectionProvider == MSSQL && nodeType && mssql:engineedition != 11 && nodeType =~ /^(Database|Table|Column|Index|Statistic|View|ServerLevelLogin|ServerLevelServerRole|ServerLevelCredential|ServerLevelServerAudit|ServerLevelServerAuditSpecification|StoredProcedure|ScalarValuedFunction|TableValuedFunction|AggregateFunction|Synonym|Assembly|UserDefinedDataType|UserDefinedType|UserDefinedTableType|Sequence|User|DatabaseRole|ApplicationRole|Schema|SecurityPolicy|ServerLevelLinkedServer)$/", "group": "z-AdminToolExt@2" } ] }, "outputChannels": [ "admin-tool-ext-win" ] }, "dependencies": { "@microsoft/ads-extension-telemetry": "^1.1.3", "service-downloader": "0.2.1", "vscode-nls": "^3.2.1" }, "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^12.11.7", "mocha": "^5.2.0", "mocha-junit-reporter": "^1.17.0", "mocha-multi-reporters": "^1.1.7", "should": "^13.2.3", "vscodetestcover": "^1.1.0" }, "__metadata": { "id": "41", "publisherDisplayName": "Microsoft", "publisherId": "Microsoft" } }