DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] Line number mismatch in "show line history" #758

Open cychen2021 opened 7 months ago

cychen2021 commented 7 months ago

Describe the Bug

When the cursor is at line 10, clicking "show line history" will show the history for line 11.

Steps To Reproduce

  1. Put your cursor at some line;
  2. Click "show line history."

Expected Behavior

It should show the history for line 10.

Environment