Skip to content

Commit 1d8bfd8

Browse files
committed
Fix comment in User Settings to provide possible values for Editor Minimap Showsliders option
1 parent 41f0c5a commit 1d8bfd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ const editorConfiguration: IConfigurationNode = {
262262
'type': 'string',
263263
'enum': ['always', 'mouseover'],
264264
'default': EDITOR_DEFAULTS.viewInfo.minimap.showSlider,
265-
'description': nls.localize('minimap.showSlider', "Controls whether the minimap slider is automatically hidden.")
265+
'description': nls.localize('minimap.showSlider', "Controls whether the minimap slider is automatically hidden. Possible values are \'always\' and \'mouseover\'')
266266
},
267267
'editor.minimap.renderCharacters': {
268268
'type': 'boolean',

0 commit comments

Comments
 (0)