editor: use full path for title captions#10238
Conversation
|
I'll need to take a look at the failures in the |
71c3818 to
0b1525b
Compare
alvsan09
left a comment
There was a problem hiding this comment.
I have tested as per the instructions provided and works as expected 👍
It would be great of you could also add steps to verify the changes to marker-tree-label-provider.ts .
The |
alvsan09
left a comment
There was a problem hiding this comment.
It looks good to me !
Thanks Vince!
The commit updates the editor title caption (used on hover) to display the full-path of the editor (similarly to vscode). The change will especially help in a multi-root workspace where two files with the same name could not be easily differentiated. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
0b1525b to
4d0be4c
Compare
|
This is having negative effects on the 'disambiguator' when files with the same name are opened.
|
|
@colin-grant-work @alvsan09 I simplified the pull-request to not modify the |
colin-grant-work
left a comment
There was a problem hiding this comment.
Hard to argue with simplicity.
What it does
Fixes: #10237
The pull-request updates the editor title caption to use the full path rather than the relative path from the
label-providerwhich aligns with the behavior present in vscode. The full-path is especially useful in a multi-root workspace where two files with the same name could not be easily differentiated previously.How to test
Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com