Microsoft/vscode

diffEditor.removedTextBorder bug border overlaps a bug that displaces lines

Open

#277.259 aberto em 13 de nov. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)TypeScript (10.221 forks)batch import
bugdiff-editorhelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.106.0-insider
  • OS Version: Windows

Steps to Reproduce:

  1. Open a file removals/additions right next to each other.
  2. Open settings.json and add the following lines:
    "diffEditor.insertedTextBorder": "#bcdbc9",
    "diffEditor.removedTextBorder": "#ff07076c",
  1. Note how the border behaves differently between addition and deletion, on deletion, it shifts the line down and right (for the border), does not happen in addition.

Sharing a small gif enabling the two borders on and off.

Image

Guia do colaborador