From 895628bb91ad965d9ec830faa58775275c05bad7 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Tue, 14 Jan 2025 23:15:54 -0800 Subject: [PATCH] comment --- src/vs/workbench/contrib/void/browser/inlineDiffsService.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/inlineDiffsService.ts b/src/vs/workbench/contrib/void/browser/inlineDiffsService.ts index f32ab46d..54b9eb4c 100644 --- a/src/vs/workbench/contrib/void/browser/inlineDiffsService.ts +++ b/src/vs/workbench/contrib/void/browser/inlineDiffsService.ts @@ -680,7 +680,7 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService { type: 'DiffZone', _diffOfId: {}, _URI: uri, - _streamState: { isStreaming: false }, + _streamState: { isStreaming: false }, // when restoring, we will never be streaming _removeStylesFns: new Set(), } } @@ -690,7 +690,7 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService { _URI: uri, _removeStylesFns: new Set(), _mountInfo: null, - _linkedStreamingDiffZone: null, + _linkedStreamingDiffZone: null, // when restoring, we will never be streaming } } this.diffAreasOfURI[uri.fsPath].add(diffareaid)