We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4475b7 commit 5763f53Copy full SHA for 5763f53
src/view/treeNodes/pullRequestNode.ts
@@ -62,6 +62,7 @@ export class PRNode extends TreeNode implements vscode.CommentingRangeProvider2
62
this._register(this._folderReposManager.themeWatcher.onDidChangeTheme(() => {
63
this.refresh(this);
64
}));
65
+ this.resolvePRCommentController();
66
}
67
68
// #region Tree
0 commit comments