format file and add metadata (#11108)

This commit is contained in:
Alan Ren
2020-06-26 14:57:06 -07:00
committed by GitHub
parent a3030aaf0d
commit e452cd20d4

View File

@@ -24,20 +24,27 @@
"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": {
"controlhost-container": {
"type": "assessment"
"dashboard.tabs": [
{
"id": "data-management-asmt",
"description": "%dashboard.tabName%",
"provider": "MSSQL",
"title": "%displayName%",
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud && mssql:engineedition != 11",
"container": {
"controlhost-container": {
"type": "assessment"
}
}
}
}]
]
},
"dependencies": {
"vscode-nls": "^3.2.1"
},
"__metadata": {
"id": "67",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}