-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explorer: root folder that is a symbolic link not decorated #46536
Comments
Well it is not only the symbolic link decoration but also the title of the resource. It seems we are resolving roots in some other way compared to other resources. After some investigation it seems that the issue comes from the Also assigning to @bpasero and @sandy081 since you might now if this is expected from the context service |
@isidorn but this issue is about multi-root workspace, sorry if I did not make this clear. |
@bpasero that is what I meant. I was not clear sorry. So have a workspace, in that workspace have any number of folders I am getting the realpath from the |
@isidorn ok let me check... |
As discussed, you need to add the link to the file manually, not going through a picker. |
@bpasero good catch. The issue was that I forgot to update the explorerItem merge method to respect |
@isidorn there still seems to be a case where this does not work: |
@bpasero the issue with that corner case is timing. A proper fix would be for the DecorationProvider to also listen on whenever a file gets resolved to update decorations. Feels like overkill. I do not like both solutions so to the backlog. Open for suggestions |
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Steps to Reproduce:
ln -s source target
to create a link on a folder=> I see no link decoration for the root folder
The text was updated successfully, but these errors were encountered: