This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Closed
Description
opened on Jun 6, 2018
Using these settings:
"go.coverOnSave": true,
"go.coverageDecorator": {
"type": "highlight",
"coveredHighlightColor": "rgba(64,128,128,0.25)",
"uncoveredHighlightColor": "rgba(128,64,64,0.25)",
"coveredGutterStyle": "blockgreen",
"uncoveredGutterStyle": "slashred"
},
Every time I save, the highlight gets added until eventually it's so bright that you cannot properly see the code underneath.
Edit: This also causes issues if a block of code is uncovered and then becomes covered. The covered color gets put on top of the uncovered color causing odd issues.
Metadata
Assignees
Labels
No labels
Activity