Skip to content

Commit 61a31ee

Browse files
authored
Merge pull request microsoft#191770 from microsoft/aiday/changingSettingText
Changing text of `editor.scrollWithEditor`
2 parents 4bd1ea3 + adf839e commit 61a31ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ class EditorStickyScroll extends BaseEditorOption<EditorOption.stickyScroll, IEd
27992799
'editor.stickyScroll.scrollWithEditor': {
28002800
type: 'boolean',
28012801
default: defaults.scrollWithEditor,
2802-
description: nls.localize('editor.stickyScroll.scrollWithEditor', "When enabled it is possible to scroll the sticky scroll widget with the editor horizontal scrollbar.")
2802+
description: nls.localize('editor.stickyScroll.scrollWithEditor', "Enable scrolling of the sticky scroll widget with the editor's horizontal scrollbar.")
28032803
},
28042804
}
28052805
);

0 commit comments

Comments
 (0)