Skip to content

Commit 49e56b6

Browse files
committed
removing the view category from toggle inline diff
1 parent 4043b9a commit 49e56b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ export class ToggleInlineDiff extends AbstractInlineChatAction {
457457
mnemonicTitle: localize({ key: 'miToggleDiff', comment: ['&& denotes a mnemonic'] }, "&&Toggle Diff"),
458458
original: 'Toggle Diff',
459459
},
460-
category: Categories.View,
461460
toggled: {
462461
condition: ContextKeyExpr.equals('config.inlineChat.showDiff', true),
463462
title: localize('toggleDiff2', "Toggle Diff"),

0 commit comments

Comments
 (0)