mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Simplify IIdentifiedSingleEditOperation
This commit is contained in:
@@ -355,7 +355,6 @@ export class MainThreadTextEditor {
|
||||
|
||||
let transformedEdits = edits.map((edit): IIdentifiedSingleEditOperation => {
|
||||
return {
|
||||
identifier: null,
|
||||
range: Range.lift(edit.range),
|
||||
text: edit.text,
|
||||
forceMoveMarkers: edit.forceMoveMarkers
|
||||
|
||||
Reference in New Issue
Block a user