Skip to content

Commit

Permalink
Fix wrong description (#173038)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Feb 1, 2023
1 parent a644277 commit 81811c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ export class HideInlineCompletion extends EditorAction {
constructor() {
super({
id: HideInlineCompletion.ID,
label: nls.localize('action.inlineSuggest.acceptNextWord', "Accept Next Word Of Inline Suggestion"),
alias: 'Accept Next Word Of Inline Suggestion',
label: nls.localize('action.inlineSuggest.hide', "Hide Inline Suggestion"),
alias: 'Hide Inline Suggestion',
precondition: GhostTextController.inlineSuggestionVisible,
kbOpts: {
weight: 100,
Expand Down

0 comments on commit 81811c9

Please sign in to comment.