mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
* Renames command ids, context keys and command titles to Inline Suggestion.
* Renames menu item, makes it proposed API. Fixes #125034.
This commit is contained in:
@@ -233,10 +233,11 @@ const apiMenus: IAPIMenu[] = [
|
||||
description: localize('view.tunnelPortInline', "The Ports view item port inline menu")
|
||||
},
|
||||
{
|
||||
key: 'editor/inlineCompletions/actions',
|
||||
id: MenuId.InlineCompletionsActions,
|
||||
description: localize('inlineCompletions.actions', "The actions shown when hovering on an inline completion"),
|
||||
supportsSubmenus: false
|
||||
key: 'editor/inlineSuggestion/actions',
|
||||
id: MenuId.InlineSuggestionActions,
|
||||
description: localize('inlineSuggestion.actions', "The actions shown when hovering on an inline suggestion"),
|
||||
supportsSubmenus: false,
|
||||
proposed: true
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user