agrc/python

Remove Coverage extension settings

Opened this issue · 3 comments

These seem more like personal preferences than standards that we want to promote. Could they be easily moved to user settings?

"coverage-gutters.showGutterCoverage": true,
"coverage-gutters.showLineCoverage": true,
"coverage-gutters.showRulerCoverage": false,
"coverage-gutters.highlightdark": "rgb(61, 153, 112, .05)",
"coverage-gutters.noHighlightDark": "rgb(255, 65, 54, .05)",
"coverage-gutters.partialHighlightDark": "rgb(255, 133, 27, .05)"

They definitely could. I found the defaults to be obnoxious so I thought these might be better defaults. Do you find these settings getting in your way?

Yes, I just removed them. I wanted the coverage to show just in the gutters, not the entire line. The default colors didn't bother me.
image

This is with the default for me.

I also wondered if we wanted to add ryanluker.vscode-coverage-gutters to the recommended extensions?

Yes we can add that extension.

The reason I dislike the default gutter coverage is because it does not allow you to click in the gutter. Therefore breakpoints cannot be set for those debugging in vscode. ryanluker/vscode-coverage-gutters#253