Simplify IIdentifiedSingleEditOperation

This commit is contained in:
Alex Dima
2018-01-05 11:10:41 +02:00
parent 2f5839604f
commit 45fee5691b
18 changed files with 37 additions and 78 deletions

View File

@@ -242,7 +242,6 @@ class FormatOnSaveParticipant implements ISaveParticipantParticipant {
return {
text,
range: Range.lift(range),
identifier: undefined,
forceMoveMarkers: true
};
}