Mark workbench.editor.historyBasedLanguageDetection experimental

This commit is contained in:
Jackson Kearl
2022-02-28 09:26:30 -08:00
parent 6289768fc2
commit 9af76cfb01
@@ -102,6 +102,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'workbench.editor.historyBasedLanguageDetection': {
type: 'boolean',
default: false,
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."),
},
'workbench.editor.tabCloseButton': {