How to show the commit information #1419
Unanswered
Matteo-Omenetti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am developing a VS code plugin that performs autocompletion with a NN.
I would like to show the prediction of my NN, in a similar way of what GitLens does. This means that I would like to show my predictions in a light grey color, but not as part of the file itself. For instance, just the way that GitLens does when for example it displays "You, seconds ago Uncomitted changes".
I have looked at the source code of GitLens, but I can't seem to find the exact method that simply displays to the user the string. I am not interested about how GitLens gets the information through Git. I am just interested about how those information are displayed to the user. What's the method that performs this operation?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions