Modify setting message to match options (#88795)

Co-authored-by: Peng Lyu <penlv@microsoft.com>
This commit is contained in:
Robert Jin
2020-08-31 23:21:19 +01:00
committed by GitHub
parent ca919fd644
commit 47a3a6c60b
+1 -1
View File
@@ -1344,7 +1344,7 @@ class EditorFind extends BaseEditorOption<EditorOption.find, EditorFindOptions>
nls.localize('editor.find.autoFindInSelection.always', 'Always turn on Find in selection automatically'),
nls.localize('editor.find.autoFindInSelection.multiline', 'Turn on Find in selection automatically when multiple lines of content are selected.')
],
description: nls.localize('find.autoFindInSelection', "Controls whether the find operation is carried out on selected text or the entire file in the editor.")
description: nls.localize('find.autoFindInSelection', "Controls the condition for turning on find in selection automatically.")
},
'editor.find.globalFindClipboard': {
type: 'boolean',