Skip to content

Commit b5af5e3

Browse files
authored
Fixes command name. (microsoft#172543)
1 parent c2a2968 commit b5af5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/editor/contrib/inlineCompletions/browser/ghostTextController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ export class AcceptInlineCompletion extends EditorAction {
332332
constructor() {
333333
super({
334334
id: inlineSuggestCommitId,
335-
label: nls.localize('action.inlineSuggest.acceptNextWord', "Accept Next Word Of Inline Suggestion"),
336-
alias: 'Accept Next Word Of Inline Suggestion',
335+
label: nls.localize('action.inlineSuggest.accept', "Accept Inline Suggestion"),
336+
alias: 'Accept Inline Suggestion',
337337
precondition: GhostTextController.inlineSuggestionVisible,
338338
menuOpts: [{
339339
menuId: MenuId.InlineSuggestionToolbar,

0 commit comments

Comments
 (0)