diff --git a/extensions/git/src/repository.ts b/extensions/git/src/repository.ts index d65c8880200..332522c014d 100644 --- a/extensions/git/src/repository.ts +++ b/extensions/git/src/repository.ts @@ -568,16 +568,6 @@ export class Repository implements Disposable { } } - // @throttle - // async init(): Promise { - // if (this.state !== State.NotAGitRepository) { - // return; - // } - - // await this.git.init(this.workspaceRoot.fsPath); - // await this.status(); - // } - @throttle async status(): Promise { await this.run(Operation.Status);