Skip to content

Commit

Permalink
Remove configure inline chat command from menu because it isn't popul…
Browse files Browse the repository at this point in the history
…ar at all and takes space (#213396)

also fixes microsoft/vscode-copilot#5662
  • Loading branch information
jrieken authored May 24, 2024
1 parent edf6834 commit b6c1b52
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}

Expand Down

0 comments on commit b6c1b52

Please sign in to comment.