This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
- GitHub Extension for Visual Studio version:
2.4.4
When making changes in the editor based on an inline comment, the inline comment disappears as soon as the line it's on is modified.
This is unfortunate for a few reasons:
- While working on the change the user might want to re-read the comment thread
- After the change is complete the user might want to reply with a description of what they've done
Having comments disappear can also be useful:
- It removes stale and hopefully resolved comments from the margin
We need a way to distinguish different levels of completeness:
- The line a comment is on hasn't been touched and a comment is fresh
- There are local changes that have made a comment stale
- Changes have been pushed that have made a comment stale
Related