Skip to content

Commit 1b3f0b0

Browse files
authored
Keep conflict markers. (microsoft#158347)
1 parent ff70e08 commit 1b3f0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class MergeEditorInput extends AbstractTextResourceEditorInput implements
133133
result.object.textEditorModel,
134134
this._instaService.createInstance(MergeDiffComputer, this._instaService.createInstance(WorkerBasedDocumentDiffProvider)),
135135
{
136-
resetUnknownOnInitialization: true
136+
resetUnknownOnInitialization: false
137137
},
138138
);
139139
this._store.add(this._model);

0 commit comments

Comments
 (0)