mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* test for schemacompare * added schema compare to package.json * added arc for translation * added admin-tool-ext-win * added agent * added cms to list of extensions webpacked * removed dacpac * added import * added machine-learning * removed profiler * added server-report * added sql-assessment * added sql-migration * added sql-database-projects * added query-history * fixed and updated dependencies in extensions for webpacking. * fixed names of entry * fixed webpack for machine-learning * removed dependency external for dacpac * reduced externals for server-report * added back import * removed extension.webpack.config.js * removed useless handlebars function * added todo message
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "sql-assessment",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "0.6.1",
|
|
"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"
|
|
],
|
|
"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.1.3",
|
|
"vscode-languageclient": "^5.3.0-next.1"
|
|
},
|
|
"__metadata": {
|
|
"id": "67",
|
|
"publisherDisplayName": "Microsoft",
|
|
"publisherId": "Microsoft"
|
|
}
|
|
}
|