Skip to content

Commit

Permalink
Disable new model by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Feb 25, 2022
1 parent eb375b5 commit 54dd3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/workbench.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
},
'workbench.editor.historyBasedLanguageDetection': {
type: 'boolean',
default: true,
default: false,
description: localize('workbench.editor.historyBasedLanguageDetection', "Enables use of editor history in language detection. This causes automatic language detection to favor languages that have been recently opened and allows for automatic language detection to operate with smaller inputs."),
},
'workbench.editor.tabCloseButton': {
Expand Down

0 comments on commit 54dd3a6

Please sign in to comment.