提交 b38c9443 编写于 作者: J Joao Moreno

dirty diff: fix whitespace

上级 646d6fc6
...@@ -315,7 +315,8 @@ class DirtyDiffWidget extends PeekViewWidget { ...@@ -315,7 +315,8 @@ class DirtyDiffWidget extends PeekViewWidget {
fixedOverflowWidgets: true, fixedOverflowWidgets: true,
minimap: { enabled: false }, minimap: { enabled: false },
renderSideBySide: false, renderSideBySide: false,
readOnly: true readOnly: true,
ignoreTrimWhitespace: false
}; };
this.diffEditor = this.instantiationService.createInstance(EmbeddedDiffEditorWidget, container, options, this.editor); this.diffEditor = this.instantiationService.createInstance(EmbeddedDiffEditorWidget, container, options, this.editor);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册