mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Remove configure inline chat command from menu because it isn't popular at all and takes space (#213396)
also fixes https://github.com/microsoft/vscode-copilot/issues/5662
This commit is contained in:
@@ -383,14 +383,10 @@ export class ConfigureInlineChatAction extends AbstractInlineChatAction {
|
||||
constructor() {
|
||||
super({
|
||||
id: 'inlineChat.configure',
|
||||
title: localize('configure', 'Configure '),
|
||||
title: localize2('configure', 'Configure Inline Chat'),
|
||||
icon: Codicon.settingsGear,
|
||||
precondition: CTX_INLINE_CHAT_VISIBLE,
|
||||
menu: {
|
||||
id: MENU_INLINE_CHAT_WIDGET,
|
||||
group: 'config',
|
||||
order: 1,
|
||||
}
|
||||
f1: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user