Skip to content

Add refresh button the focused pull request view - #2484

Merged
Rachel Macfarlane (RMacfarlane) merged 2 commits into
masterfrom
issue2455
Feb 10, 2021
Merged

Add refresh button the focused pull request view#2484
Rachel Macfarlane (RMacfarlane) merged 2 commits into
masterfrom
issue2455

Conversation

@RMacfarlane

Copy link
Copy Markdown
Contributor

Fixes #2455

Comment thread src/github/activityBarViewProvider.ts Outdated
}

public async refresh(): Promise<void> {
this.updatePullRequest(this._item);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be await'd so if a caller wanted to await for the refresh method to be called it would work?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added!

@eamodio Eric Amodio (eamodio) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add refresh button the focused pull request view

2 participants