Files
azuredatastudio/extensions/azurehybridtoolkit/package.json
Alex Ma a2f7136728 Update for Azure SQL Hybrid Cloud Toolkit (#13360)
* Added azurehybridtoolkit to list of external extensions

* Added updated book

* added to recommended extensions

* extensions.js updated for build

* added small changes to extension

* small changes to extension

* tsconfig change

* gitignore and vscode changes

* changed package display name
2020-11-12 14:22:50 -08:00

58 lines
1.3 KiB
JSON

{
"name": "azurehybridtoolkit",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"engines": {
"vscode": "*",
"azdata": "*"
},
"activationEvents": [
"*"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"main": "./out/main",
"extensionDependencies": [
"Microsoft.mssql",
"Microsoft.notebook"
],
"contributes": {
"commands": [
{
"command": "books.hybridbook",
"title": "%title.cloudHybridBooks%",
"category": "%books-preview-category%"
}
],
"menus": {
"view/title": [
{
"command": "books.hybridbook",
"when": "view == providedBooksView"
}
]
},
"notebook.books": [
{
"name": "%title.cloudHybridBooks%",
"path": "notebooks/hybridbook"
}
]
},
"dependencies": {
"vscode-nls": "^4.0.0"
},
"__metadata": {
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}