Fix "always show" for dashboard tab to behave like pinned by default (#879)

* make tab config settings overwrite always show

* formatting
This commit is contained in:
Abbie Petchtes
2018-03-09 10:18:07 -08:00
committed by GitHub
parent 52544fa953
commit bc4b399f87
4 changed files with 41 additions and 28 deletions

View File

@@ -134,6 +134,9 @@ export function generateDashboardTabSchema(type?: 'database' | 'server'): IJSONS
enum: [],
enumDescriptions: [],
errorMessage: localize('dashboardTabError', "Extension tab is unknown or not installed.")
},
isPinned: {
type: 'boolean'
}
}
};