We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eb1e4 commit d0afe5bCopy full SHA for d0afe5b
src/vs/workbench/contrib/inlineChat/browser/inlineChatActions.ts
@@ -274,7 +274,7 @@ export class PreviousFromHistory extends AbstractInlineChatAction {
274
275
constructor() {
276
super({
277
- id: 'inlineCat.previousFromHistory',
+ id: 'inlineChat.previousFromHistory',
278
title: localize('previousFromHistory', 'Previous From History'),
279
precondition: CTX_INLINE_CHAT_FOCUSED,
280
keybinding: {
0 commit comments