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
  • Loading branch information
jrieken authored and andremmsilva committed May 26, 2024
1 parent 8852491 commit 20225b8
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 20225b8

Please sign in to comment.