Skip to content

Commit

Permalink
Show spinner when extension is running Git (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Aug 24, 2022
1 parent 085977b commit 2c40865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ export class Extension extends Disposable implements IExtension {
)

this.status = this.dispose.track(
new Status([this.dvcExecutor, this.dvcReader, this.dvcRunner])
new Status([
this.dvcExecutor,
this.dvcReader,
this.dvcRunner,
this.gitExecutor,
this.gitReader
])
)

this.experiments = this.dispose.track(
Expand Down

0 comments on commit 2c40865

Please sign in to comment.