Open
Description
Environment
node -v
: 9.5.0npm -v
: (using latest yarn)-
- Operating system: macOS High Sierra
Steps to Reproduce
I was able to get coverage overlay working in vscode-jest
, which is great! It updates shortly after the code has changed and looks very useful!
However, what I've also noticed is that the coverage overlay is also mistakenly shown in git diff:
Because the file has changed, the overlay shown on the left has an offset and is not useful at all.
Expected Behavior
no code coverage overlay in the left view; only show it in a real text editor