Skip to content

Commit 1d886d0

Browse files
authored
Merge pull request microsoft#33199 from brokenbacon/master
Fix comment in User Settings for the Minimap
2 parents b1a0b46 + 17f3661 commit 1d886d0

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)