mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
add diagnostic tool for git file event issues
This commit is contained in:
@@ -233,7 +233,7 @@ export class Model {
|
||||
}
|
||||
|
||||
const dotGit = await this.git.getRepositoryDotGit(repositoryRoot);
|
||||
const repository = new Repository(this.git.open(repositoryRoot, dotGit), this.globalState);
|
||||
const repository = new Repository(this.git.open(repositoryRoot, dotGit), this.globalState, this.outputChannel);
|
||||
|
||||
this.open(repository);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user