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