mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Renames InlineSuggestionActions back to InlineCompletionsActions.
This commit is contained in:
@@ -234,7 +234,7 @@ const apiMenus: IAPIMenu[] = [
|
||||
},
|
||||
{
|
||||
key: 'editor/inlineCompletions/actions',
|
||||
id: MenuId.InlineSuggestionActions,
|
||||
id: MenuId.InlineCompletionsActions,
|
||||
description: localize('inlineCompletions.actions', "The actions shown when hovering on an inline completion"),
|
||||
supportsSubmenus: false,
|
||||
proposed: true
|
||||
|
||||
Reference in New Issue
Block a user