From ce1c0acdd5bd6f53150d53f5a3e525902e9952df Mon Sep 17 00:00:00 2001 From: "Hanning Gong (Charles)" Date: Sun, 19 May 2024 09:40:04 -0400 Subject: [PATCH] Update defaultLinesDiffComputer.ts --- .../diff/defaultLinesDiffComputer/defaultLinesDiffComputer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.ts b/src/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.ts index a25f55c1ae54ca..2c3ee2fe094264 100644 --- a/src/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.ts +++ b/src/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.ts @@ -80,7 +80,8 @@ export class DefaultLinesDiffComputer implements ILinesDiffComputer { return this.myersDiffingAlgorithm.compute( sequence1, - sequence2 + sequence2, + timeout ); })();