Git: Expose blame information in API #59134
Labels
feature-request
Request for new features or functionality
git
GIT issues
help wanted
Issues identified as good community contribution opportunities
Milestone
I'd like to request new method be added to the Git extension API detailed in:
https://github.com/Microsoft/vscode/blob/master/extensions/git/src/api/git.d.ts
My use case for this are is that in my extension MarkDown To-Do I currently shell out to Git to get blame for a line in order to determine the age of a MarkDown checkbox (
- [ ] checkbox
) on that line.This feature request is prompted by @joaomoreno after his comment in #48674.
The text was updated successfully, but these errors were encountered: