Skip to content

Commit

Permalink
Fixes #172151 (#172383)
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet authored Jan 25, 2023
1 parent 2352e26 commit 5b7ca34
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 @@ -3817,8 +3817,8 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
default: defaults.showToolbar,
enum: ['always', 'onHover'],
enumDescriptions: [
nls.localize('inlineSuggest.showToolbar.always', "Always show the inline suggestion toolbar."),
nls.localize('inlineSuggest.showToolbar.onHover', "Show the inline suggestion toolbar when hovering over the inline suggestion."),
nls.localize('inlineSuggest.showToolbar.always', "Show the inline suggestion toolbar whenever an inline suggestion is shown."),
nls.localize('inlineSuggest.showToolbar.onHover', "Show the inline suggestion toolbar when hovering over an inline suggestion."),
],
description: nls.localize('inlineSuggest.showToolbar', "Controls when to show the inline suggestion toolbar."),
},
Expand Down

0 comments on commit 5b7ca34

Please sign in to comment.