vscode-trailingspaces icon indicating copy to clipboard operation
vscode-trailingspaces copied to clipboard

Feature Request: Do not highlight in git diff

Open halilim opened this issue 4 years ago • 0 comments

To reproduce:

  1. Remove some code & stage the changes in a file with trailing spaces
  2. Source Control (Ctrl+Shift+G)

Actual: Both removed code and the trailing spaces are in red, making it harder to understand if the trailing spaces were removed, or if it's the extension that is highlighting them. The giveaway is that the code removals are highlighted only on the left pane, while trailing spaces are highlighted only on the right pane. Though IMO this is still confusing.

Expected: Trailing spaces are not highlighted in git diff

halilim avatar Apr 17 '20 20:04 halilim