mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
format file and add metadata (#11108)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user