Maintained third-party Solution Explorer for VS Code C# devs after C# Dev Kit gutted the tree view
Cross-platform .NET developers on VS Code (especially Mac/Linux users who can't fall back to full Visual Studio) are furious that C# Dev Kit's v3.20 update replaced the dedicated Solution Explorer with a merged native-Explorer 'C# Project Details' view that truncates the project tree and breaks how they navigate solutions. The opportunity is a maintained extension that restores a real solution/project tree wired into Dev Kit's build, debug, and test commands.
The win isn't redrawing a tree, it's binding the tree to C# Dev Kit's build/debug/test commands so it actually drives the toolchain, which is exactly the integration the stale existing extension never had.
landscape (3 existing solutions)
Microsoft owns the regression and shows no sign of reverting it, and the one community Solution Explorer extension is stale, leaving cross-platform C# developers without a maintained in-editor project tree.