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 f2ebfe2 commit 504a158Copy full SHA for 504a158
src/view/prsTreeDataProvider.ts
@@ -113,7 +113,7 @@ export class PullRequestsTreeDataProvider extends Disposable implements vscode.T
113
}
114
}));
115
116
- this._register(this._copilotManager.onDidCreatePullRequest(() => this.refresh()));
+ this._register(this._copilotManager.onDidCreatePullRequest(() => this.refresh(undefined, true)));
117
118
// Listen for PR overview panel changes to sync the tree view
119
this._register(PullRequestOverviewPanel.onVisible(pullRequest => {
0 commit comments