Skip to content

Commit d93c019

Browse files
committed
1 parent bbf53ed commit d93c019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ class DirtyDiffWidget extends PeekViewWidget {
292292
fixedOverflowWidgets: true,
293293
minimap: { enabled: false },
294294
renderSideBySide: false,
295-
readOnly: false
295+
readOnly: false,
296+
renderIndicators: false
296297
};
297298

298299
this.diffEditor = this.instantiationService.createInstance(EmbeddedDiffEditorWidget, container, options, this.editor);

0 commit comments

Comments
 (0)