Files
azuredatastudio/extensions/azurehybridtoolkit/package.json
Charles Gagnon fb05c4304e Switch to 1DS endpoint (#20769)
* Update to 1DS client

* remove product config

* Update ai keys

* use our own event prefix

* re-enable telemetry

* Update distro and remove default enableTelemetry

* distro

* Remove asimovKey references

* add comment

* distro

* distro

* distro

* add files that break precommit hook

* cleanup/fixes

* distro

* distro + event prefix update

* distro

* more
2022-11-03 08:45:06 -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": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"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"
}
}