pinned tabs - flip default to "shrink"

This commit is contained in:
Benjamin Pasero
2020-09-10 09:28:16 +02:00
parent c3c812660e
commit 1424f2be8a
3 changed files with 6 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
'workbench.editor.pinnedTabSizing': {
'type': 'string',
'enum': ['compact', 'shrink', 'normal'],
'default': 'compact',
'default': 'shrink',
'enumDescriptions': [
nls.localize('workbench.editor.pinnedTabSizing.compact', "A pinned tab will show in a compact form with only icon or first letter of the editor name."),
nls.localize('workbench.editor.pinnedTabSizing.shrink', "A pinned tab shrinks to a compact fixed size showing parts of the editor name."),