-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When working in dotnet, we have csproj (or fsproj) files, that hold information about which files to compile, how, what other projects or nuget dependencies are referenced, etc
Based on that, we have so called solution view, which only includes things actually involved in C# development:
As oposed to file system view:
I imagine other tech stacks also do something similar (Java, for node you could hide node_modules etc), maybe it would be worth considering implementing some kind of "Project view", where extensions can define also some additional nodes, like this:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels