Microsoft/vscode
Voir sur GitHubdiffEditor.removedTextBorder bug border overlaps a bug that displaces lines
Open
#277 259 ouverte le 13 nov. 2025
bugdiff-editorhelp wanted
Métriques du dépôt
- Stars
- (74 848 stars)
- Métriques de merge PR
- (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.106.0-insider
- OS Version: Windows
Steps to Reproduce:
- Open a file removals/additions right next to each other.
- Open settings.json and add the following lines:
"diffEditor.insertedTextBorder": "#bcdbc9",
"diffEditor.removedTextBorder": "#ff07076c",
- 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.