Skip to content

Commit

Permalink
Fix typos in editorOptions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cenviity authored Feb 7, 2025
1 parent 2f6002c commit 974360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/editor/common/config/editorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4323,8 +4323,8 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
description: nls.localize('inlineSuggest.edits.renderSideBySide', "Controls whether larger suggestions can be shown side by side."),
enum: ['auto', 'never'],
enumDescriptions: [
nls.localize('editor.inlineSuggest.edits.renderSideBySide.auto', "Larger suggestions will show side by side if there is enough space, otherwise they will be shown bellow."),
nls.localize('editor.inlineSuggest.edits.renderSideBySide.never', "Larger suggestions are never shown side by side and will always be shown bellow."),
nls.localize('editor.inlineSuggest.edits.renderSideBySide.auto', "Larger suggestions will show side by side if there is enough space, otherwise they will be shown below."),
nls.localize('editor.inlineSuggest.edits.renderSideBySide.never', "Larger suggestions are never shown side by side and will always be shown below."),
],
tags: ['nextEditSuggestions']
},
Expand Down

0 comments on commit 974360c

Please sign in to comment.