Skip to content

Commit 2d18058

Browse files
authored
Use new diffSingle icon for live3 changes view (microsoft#199517)
1 parent ca4f41c commit 2d18058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export class ToggleDiffForChange extends AbstractInlineChatAction {
407407
id: 'inlineChat.toggleDiff',
408408
precondition: ContextKeyExpr.and(CTX_INLINE_CHAT_VISIBLE, CTX_INLINE_CHAT_EDIT_MODE.isEqualTo(EditMode.Live3), CTX_INLINE_CHAT_CHANGE_HAS_DIFF),
409409
title: localize2('showChanges', 'Show Changes'),
410-
icon: Codicon.diff,
410+
icon: Codicon.diffSingle,
411411
toggled: {
412412
condition: CTX_INLINE_CHAT_CHANGE_SHOWS_DIFF,
413413
},

0 commit comments

Comments
 (0)