mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
add secondary inline chat menu and render response commands there (#226621)
fixes https://github.com/microsoft/vscode-copilot/issues/7368 fixes https://github.com/microsoft/vscode-copilot/issues/6650
This commit is contained in:
@@ -107,8 +107,6 @@ registerAction2(InlineChatActions.ViewInChatAction);
|
||||
registerAction2(InlineChatActions.ToggleDiffForChange);
|
||||
registerAction2(InlineChatActions.AcceptChanges);
|
||||
|
||||
registerAction2(InlineChatActions.ReportIssueAction);
|
||||
|
||||
const workbenchContributionsRegistry = Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench);
|
||||
workbenchContributionsRegistry.registerWorkbenchContribution(InlineChatNotebookContribution, LifecyclePhase.Restored);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user