Skip to content

Commit f9c154a

Browse files
more clarity in language detection setting
1 parent 5dce873 commit f9c154a

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
@@ -96,7 +96,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
9696
'workbench.editor.languageDetection': {
9797
type: 'boolean',
9898
default: true,
99-
description: localize('workbench.editor.languageDetection', "Controls whether the language in a text editor is automatically detected unless the language has been explicitly set by the language picker. This can also be scoped by language so you can control which languages you want to trigger language detection on."),
99+
description: localize('workbench.editor.languageDetection', "Controls whether the language in a text editor is automatically detected unless the language has been explicitly set by the language picker. This can also be scoped by language so you can specify which languages you do not want to be switched off of. This is useful for languages like Markdown that often contain other languages that might trick language detection into thinking it's the embedded language and not Markdown."),
100100
scope: ConfigurationScope.LANGUAGE_OVERRIDABLE
101101
},
102102
'workbench.editor.tabCloseButton': {

0 commit comments

Comments
 (0)