git: improve fs events reaction

This commit is contained in:
Joao Moreno
2017-01-17 11:59:37 +01:00
parent 4e64aa3e3b
commit 3af429fda7
5 changed files with 133 additions and 133 deletions

View File

@@ -18,7 +18,6 @@ export class GitSCMProvider implements SCMProvider {
get label(): string { return 'Git'; }
constructor(private model: Model, private commandCenter: CommandCenter) {
model.update();
scm.registerSCMProvider('git', this);
}