We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6163094 commit f266cd3Copy full SHA for f266cd3
src/github/issueOverview.ts
@@ -154,7 +154,7 @@ export class IssueOverviewPanel<TItem extends IssueModel = IssueModel> extends W
154
155
protected onDidChangeViewState(e: vscode.WebviewPanelOnDidChangeViewStateEvent): void {
156
if (e.webviewPanel.visible) {
157
- this.pollForUpdates(!!this._item);
+ this.pollForUpdates(!!this._item, true);
158
}
159
160
0 commit comments