Conversation
|
This does indeed add titles to the tree nodes in the SCM tree. I notice, though, that in VSCode the title includes the source control status (modified, new, deleted, etc.) of the file separated from the path by a dot. Would you like to do the same here, or put that off for another PR? |
adf3668 to
f7bf19c
Compare
Nice suggestion :) I made the update to append the decoration tooltip (ex: |
msujew
left a comment
There was a problem hiding this comment.
I can confirm that this enables users to see the full path of the changed file and its scm status. This aligns the behavior to vscode 👍
The commit updates the `scm` view to add `tooltips` or `titles` to the elements in the view so end-users can see the full path of resources and folders. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
f7bf19c to
06ab879
Compare
|
@colin-grant-work I've updated the pull-request following your suggestion to also included the scm status as part of the tooltip. |
What it does
Fixes: #9020.
The commit updates the
scmview to addtooltipsortitlesto the elements in the view so end-users can see the full path of resources and folders.scm-tooltip.mp4
How to test
scmviewReview checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com