mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
git: improve fs events reaction
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user