vscode-pull-request-github
vscode-pull-request-github copied to clipboard
No comments in the editor when visiting file changes from commits
- VSCode version: 1aab8e140e17f30a60b95df32264a39eb155765d
- Extension version: 0.0.7
Reproduce steps:
- Checkout Pull Request from the tree view https://github.com/Microsoft/vscode-pull-request-github/pull/94
- Expand Commits node from Changes In Pull Request section
- Expand Commit "Tweak the authentication user messages"
- One file change
src/github/credentialsis shown and it has a comment icon - Click the file change, a diff editor is opened. No comment is shown in the editor
A DocumentCommentsProvider should be registered when visiting commits which have comments.
As there is no comments, we don't see commenting range decorations as well.
Viewing comments works, but adding them still does not.