This commit is contained in:
Joao Moreno
2017-12-13 12:50:21 +01:00
parent 13bb4c9b85
commit 0cd53b2d9b

View File

@@ -568,16 +568,6 @@ export class Repository implements Disposable {
}
}
// @throttle
// async init(): Promise<void> {
// if (this.state !== State.NotAGitRepository) {
// return;
// }
// await this.git.init(this.workspaceRoot.fsPath);
// await this.status();
// }
@throttle
async status(): Promise<void> {
await this.run(Operation.Status);