microsoft / microsoft/vscode-pull-request-github
Auto-refresh PR comments when they are visible
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 795
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 46
Description
While there are various things in the extension that auto-refresh state from GitHub, it doesn't seem like "you are looking at a comment" is enough to auto-refresh comments.
If I am seeing an inline comment in an editor, or I have the comments pane open on the bottom, then it seems reasonable to have a configurable comment refresh interval active (even if no other parts of the extension like sidebars is visible).
I tested this by having a comment visible in an editor as well as in the comments tab (but no other parts of the extension open) and replying to the comment from a separate browser. I waited over three minutes and the comment did not show up. (Clicking the refresh button on the comments panel worked.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing auto-refresh behavior for visible inline comments and the comments pane. Verify that the configurable refresh interval remains active when either view is visible, and confirm that a reply made elsewhere appears without using the manual refresh button.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100