mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 14:15:44 +00:00
fixes #103053
This commit is contained in:
@@ -74,7 +74,7 @@ async function createModel(context: ExtensionContext, outputChannel: OutputChann
|
||||
new GitTimelineProvider(model)
|
||||
);
|
||||
|
||||
await checkGitVersion(info);
|
||||
checkGitVersion(info);
|
||||
|
||||
return model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user