Skip to content

Commit adf839e

Browse files
committed
changing the setting text
1 parent 4bd1ea3 commit adf839e

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)