Skip to content
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

Solution explorer displaying non-existant files with guid names #2067

Open
Numpsy opened this issue Feb 20, 2025 · 2 comments
Open

Solution explorer displaying non-existant files with guid names #2067

Numpsy opened this issue Feb 20, 2025 · 2 comments
Labels

Comments

@Numpsy
Copy link
Contributor

Numpsy commented Feb 20, 2025

Describe the bug

The solution explorer in the latest versions seems to be displaying guids like these as part of the file tree, e.g.

Image

which don't exist if I try to select them.

Are those supposed to be there?
They aren't there in version 7.22.0 for comparison

Machine info

  • OS: Windows
  • .NET SDK version: 8.0.406/9.0.200
  • Ionide version: 7.25.2
@baronfel
Copy link
Contributor

this is almost certainly a side effect of moving to the new solution parser from vs-solutionpersistence instead of our own homegrown parser. We likely need to do more filtering in FSAC in the workspaceload/workspacepeek logic to filter out these noisy entries.

@Numpsy
Copy link
Contributor Author

Numpsy commented Mar 7, 2025

On closer inspection with a project at work, I get this with the latest Ionide:

Image

compared to this for older versions:

Image

So rather than trimming the guids, I wonder if it needs to rearrange things so that the projects appear in the places that are currently guids?

Also, it looks like 'not project' items like build.fsx aren't displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants