Skip to content

Commit

Permalink
Don't show the gutter menu in the chat diff editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed May 27, 2024
1 parent f80875f commit 13ff78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/chat/browser/codeBlockPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ export class CodeCompareBlockPart extends Disposable {
isInEmbeddedEditor: true,
useInlineViewWhenSpaceIsLimited: false,
hideUnchangedRegions: { enabled: true, contextLineCount: 1 },
renderGutterMenu: false,
...options
}, { originalEditor: widgetOptions, modifiedEditor: widgetOptions }));
}
Expand Down

0 comments on commit 13ff78f

Please sign in to comment.