carlthome / vscode-git-line-blame

Display inline information of the last commit that edited the currently selected line in the editor
https://marketplace.visualstudio.com/items?itemName=carlthome.git-line-blame
GNU Affero General Public License v3.0
20 stars 4 forks source link

No hover message for uncommited or unsaved changes #51

Closed carlthome closed 4 months ago

carlthome commented 4 months ago

The hover message mostly contains exotic information and shows up too often when typing in the editor and moving around the mouse. Arguably it makes more sense to only have the hover message for actual git commits, so here we go.