We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4b9f3 commit e5943cbCopy full SHA for e5943cb
1 file changed
src/vs/editor/common/services/bulkEdit.ts
@@ -114,10 +114,14 @@ class EditTask implements IDisposable {
114
}).map(element => element.value);
115
116
this._initialSelections = this._getInitialSelections();
117
+ this._model.pushStackElement();
118
this._model.pushEditOperations(this._initialSelections, this._edits, (edits) => this._getEndCursorSelections(edits));
119
120
}
121
if (this._newEol !== undefined) {
122
123
this._model.setEOL(this._newEol);
124
125
126
127
0 commit comments