We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39eba7 commit 4f1fe1dCopy full SHA for 4f1fe1d
src/github/activityBarViewProvider.ts
@@ -113,6 +113,7 @@ export class PullRequestViewProvider extends WebviewViewBase implements vscode.W
113
this._prChangeListener?.dispose();
114
this._prChangeListener = pullRequestModel.onDidInvalidate(() => this.updatePullRequest(pullRequestModel));
115
}
116
+ this._item = pullRequestModel;
117
return Promise.all([
118
this._folderRepositoryManager.resolvePullRequest(
119
pullRequestModel.remote.owner,
0 commit comments