Files
azuredatastudio/extensions/sql-assessment/package.json
Charles Gagnon ebb1dcdfba Update telemetry endpoints (#19841)
* Update telemetry endpoints

* Bump sql-assessment package
2022-06-28 09:16:29 -07:00

57 lines
1.4 KiB
JSON

{
"name": "sql-assessment",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.6.2",
"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": "^1.25.0",
"azdata": ">=1.27.0"
},
"activationEvents": [
"onDashboardOpen"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"main": "./out/main",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"extensionDependencies": [
"Microsoft.mssql"
],
"contributes": {
"dashboard.tabs": [
{
"id": "data-management-asmt",
"description": "%dashboard.tabName%",
"provider": "MSSQL",
"title": "%displayName%",
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud && mssql:engineedition != 11",
"container": {
"modelview-container": null
}
}
]
},
"dependencies": {
"vscode-nls": "^4.1.2",
"@microsoft/ads-extension-telemetry": "^1.2.0",
"vscode-languageclient": "^5.3.0-next.1"
},
"__metadata": {
"id": "67",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}