Skip to content

Commit 54dd3a6

Browse files
author
Jackson Kearl
committed
Disable new model by default
1 parent eb375b5 commit 54dd3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
101101
},
102102
'workbench.editor.historyBasedLanguageDetection': {
103103
type: 'boolean',
104-
default: true,
104+
default: false,
105105
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."),
106106
},
107107
'workbench.editor.tabCloseButton': {

0 commit comments

Comments
 (0)