mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 17:44:05 -05:00
fix compile error
This commit is contained in:
@@ -53,7 +53,7 @@ async function init(context: ExtensionContext, outputChannel: OutputChannel, dis
|
||||
new CommandCenter(git, model, outputChannel, telemetryReporter),
|
||||
new GitContentProvider(model),
|
||||
new GitDecorations(model),
|
||||
new GitProtocolHandler(model)
|
||||
new GitProtocolHandler()
|
||||
);
|
||||
|
||||
await checkGitVersion(info);
|
||||
|
||||
Reference in New Issue
Block a user