mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
Improve description (#43208)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user