Skip to content

Commit

Permalink
Improve description (#43208)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 30, 2018
1 parent 0154ace commit 471e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/config/commonEditorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.scrollBeyondLastColumn': {
'type': 'number',
'default': EDITOR_DEFAULTS.viewInfo.scrollBeyondLastColumn,
'description': nls.localize('scrollBeyondLastColumn', "Controls if the editor will scroll beyond the last column")
'description': nls.localize('scrollBeyondLastColumn', "Controls the number of extra characters beyond which the editor will scroll horizontally")
},
'editor.smoothScrolling': {
'type': 'boolean',
Expand Down

0 comments on commit 471e431

Please sign in to comment.