mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
only show the tabs for server context (#9344)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
"description": "%description%",
|
||||
"provider": "MSSQL",
|
||||
"title": "%displayName%",
|
||||
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud",
|
||||
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud && dashboardContext == 'server'",
|
||||
"container": {
|
||||
"grid-container": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user