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

Inline comments disappear when the line they're on is modified #1563

@jcansdale

Description

@jcansdale
  • 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:

  1. The line a comment is on hasn't been touched and a comment is fresh
  2. There are local changes that have made a comment stale
  3. Changes have been pushed that have made a comment stale

Related

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions