Skip to content

Commit 5763f53

Browse files
authored
feature: ability to comment without checking out the changes (#7212)
Fixes #7211
1 parent d4475b7 commit 5763f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/view/treeNodes/pullRequestNode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class PRNode extends TreeNode implements vscode.CommentingRangeProvider2
6262
this._register(this._folderReposManager.themeWatcher.onDidChangeTheme(() => {
6363
this.refresh(this);
6464
}));
65+
this.resolvePRCommentController();
6566
}
6667

6768
// #region Tree

0 commit comments

Comments
 (0)