Git - fix regression with commits that contain addition/deletion/rename (#238349)

* Git - fix regression with commits that contain addition/deletion/rename

* Fix compilation error
This commit is contained in:
Ladislau Szomoru
2025-01-21 11:44:21 +01:00
committed by GitHub
parent 98f16e88ef
commit 959d01a2a5
8 changed files with 26 additions and 17 deletions

View File

@@ -112,7 +112,7 @@ async function createModel(context: ExtensionContext, logger: LogOutputChannel,
const cc = new CommandCenter(git, model, context.globalState, logger, telemetryReporter);
disposables.push(
cc,
new GitFileSystemProvider(model),
new GitFileSystemProvider(model, logger),
new GitDecorations(model),
new GitBlameController(model),
new GitTimelineProvider(model, cc),