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 73497ea commit 9f853c5Copy full SHA for 9f853c5
src/vs/workbench/contrib/chat/browser/codeBlockPart.ts
@@ -616,6 +616,7 @@ export class CodeCompareBlockPart extends Disposable {
616
isInEmbeddedEditor: true,
617
useInlineViewWhenSpaceIsLimited: false,
618
hideUnchangedRegions: { enabled: true, contextLineCount: 1 },
619
+ renderGutterMenu: false,
620
...options
621
}, { originalEditor: widgetOptions, modifiedEditor: widgetOptions }));
622
}
0 commit comments