Skip to content

RepositoryChangesNode has a reference to ReviewManager #3792

@alexr00

Description

@alexr00

async getChildren(): Promise<TreeNode[]> {
await this._reviewManager.refreshSinceReview;
if (!this._filesCategoryNode || !this._commitsCategoryNode) {

The reference to ReviewManager in RepositoryChangesNode is only used to show progress. Ideally, we wouldn't have this reference just for showing progress. We should see if there's another way we can show progress.

Metadata

Metadata

Labels

debtCode quality issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions