Skip to content

Commit 17f3661

Browse files
authored
Update commonEditorConfig.ts
Fixed to double quote at the end of the line
1 parent 1d8bfd8 commit 17f3661

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. Possible values are \'always\' and \'mouseover\'')
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)