This commit is contained in:
Henning Dieterichs 2023-01-25 14:27:52 +01:00 committed by GitHub
parent 2352e26dd0
commit 5b7ca34c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."),
},