Skip to content

Commit 9f853c5

Browse files
authored
Don't show the gutter menu in the chat diff editor. (#213546)
1 parent 73497ea commit 9f853c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/codeBlockPart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ export class CodeCompareBlockPart extends Disposable {
616616
isInEmbeddedEditor: true,
617617
useInlineViewWhenSpaceIsLimited: false,
618618
hideUnchangedRegions: { enabled: true, contextLineCount: 1 },
619+
renderGutterMenu: false,
619620
...options
620621
}, { originalEditor: widgetOptions, modifiedEditor: widgetOptions }));
621622
}

0 commit comments

Comments
 (0)