You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/browser/workbench.contribution.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
89
89
'workbench.editor.pinnedTabSizing': {
90
90
'type': 'string',
91
91
'enum': ['compact','shrink','normal'],
92
-
'default': 'compact',
92
+
'default': 'shrink',
93
93
'enumDescriptions': [
94
94
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."),
95
95
nls.localize('workbench.editor.pinnedTabSizing.shrink',"A pinned tab shrinks to a compact fixed size showing parts of the editor name."),
0 commit comments