We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bb4c9 commit 0cd53b2Copy full SHA for 0cd53b2
1 file changed
extensions/git/src/repository.ts
@@ -568,16 +568,6 @@ export class Repository implements Disposable {
568
}
569
570
571
- // @throttle
572
- // async init(): Promise<void> {
573
- // if (this.state !== State.NotAGitRepository) {
574
- // return;
575
- // }
576
-
577
- // await this.git.init(this.workspaceRoot.fsPath);
578
- // await this.status();
579
580
581
@throttle
582
async status(): Promise<void> {
583
await this.run(Operation.Status);
0 commit comments