Skip to content

Commit

Permalink
Enable history lang detection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Mar 17, 2022
1 parent bd42b2d commit 438cf9f
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: false,
default: true,
tags: ['experimental'],
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."),
},
Expand Down

0 comments on commit 438cf9f

Please sign in to comment.