Files
azuredatastudio/extensions/azurehybridtoolkit/package.json
2021-11-01 20:48:05 -07:00

64 lines
1.4 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": [
"*"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"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"
}
}