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 c544e2c commit 45d4eb1Copy full SHA for 45d4eb1
src/history/historyTracker.ts
@@ -714,6 +714,8 @@ export class HistoryTracker {
714
// multiple changes in different places simultaneously. For those, we could require
715
// them to call addChange manually, I guess...
716
717
+ // Couldn't we also ditch this diffing approach entirely and just use `TextDocumentContentChangeEvent`s?
718
+
719
const diffs = diffEngine.diff_main(this.previousDocumentState.text, newText);
720
diffEngine.diff_cleanupEfficiency(diffs);
721
0 commit comments