-
Notifications
You must be signed in to change notification settings - Fork 391
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
Folder with only Visible="False" items still appears in Solution Explorer #5859
Comments
I think this is known. Given we can implicitly determine that a folder only contains "linked" items, I'm sure we could (but haven't determined) detect a folder with only hidden items and hide it., |
@davkean I am moving this to 16.6. Can you help us route this issue? |
@davkean Is this fixed in 16.6.0, or will it be in 16.7? I'm on 16.6.0 and it's not fixed. |
Is it just me or did this problem return in VS 2022? |
Yes it's back. And I haven't been able to find a workaround, either online or trying myself. |
@davkean Issue is back in VS 2022, could this be reopened? |
@manojdcoder this issue does not belong to this repo. It was moved to Developer Community so that it could be assigned to another team (not on GitHub). If you're seeing an issue here, could you please open a feedback ticket with detailed steps. If you link it here, I'll ensure it's routed correctly. Thanks. |
@manojdcoder Did you open a ticket in the Developer Community? If so could you link it here? Because I have this problem, too, in the current version of Visual Studio and would like to know if there's something to do about it. |
@cytoph No, I did not. I don't even know what it means to open a ticket in Dev Community outside Github. |
Given folder structure:
Where
myproj.csproj
contains:The folder appears in the tree with no children.
Setting
Visible="False"
on theFolder
item doesn't work.Reported in microsoft/VSProjectSystem#162 which pointed to #1233, yet that is closed and seems unrelated as in the example above the hidden file is within the project cone.
The text was updated successfully, but these errors were encountered: