vibinex / chrome-extension

This chrome extension adds actionable overlays based on the company's data (code, deployments and success metrics)
GNU General Public License v3.0
11 stars 7 forks source link

For Bitbucket, highlight line even when it is not part of a diff #93

Open avikalpg opened 8 months ago

avikalpg commented 8 months ago

Issue

Sometimes, Bitbucket diff and git diff do not exactly align. Currently, the extension only highlights a line if the line is a part of a diff according to Bitbucket and it is a deletion (has the "-" market).

Expected behaviour

The line should still be highlighted even if it is not a part of the diff.

avikalpg commented 5 months ago

It needs to be verified if this is still an issue.