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 8c0ff5c commit 153ef38Copy full SHA for 153ef38
src/vs/workbench/contrib/mergeEditor/browser/model/editing.ts
@@ -42,6 +42,7 @@ export class LineEdits {
42
constructor(public readonly edits: readonly LineRangeEdit[]) { }
43
44
public apply(model: ITextModel): void {
45
+ model.pushStackElement();
46
model.pushEditOperations(
47
null,
48
this.edits.map((e) => {
0 commit comments