Skip to content

Commit

Permalink
(for now) have tab decoration off by default, #49382
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jan 21, 2021
1 parent 67f1ada commit f2b2854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/browser/workbench.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ import { isStandalone } from 'vs/base/browser/browser';
'workbench.editor.decorations.badges': {
'type': 'boolean',
'markdownDescription': nls.localize('decorations.badges', "Controls whether editor file decorations should use badges."),
'default': true
'default': false
},
'workbench.editor.decorations.colors': {
'type': 'boolean',
'markdownDescription': nls.localize('decorations.colors', "Controls whether editor file decorations should use colors."),
'default': true
'default': false
},
'workbench.editor.labelFormat': {
'type': 'string',
Expand Down

0 comments on commit f2b2854

Please sign in to comment.