fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include In Project/Exclude From Project

AhmedRabeeMoahmed opened this issue · comments

This extention is excellent. However, there are a couple of functionalities that I really miss, the "Include In Project" and "Exclude From Project" features.

I have a .Net Core solution with various projects such as APIs, Models, and more. One of these projects is a native Angular project that isn't part a .NET Core project. It would be incredibly helpful if I could easily include all the files within a folder and its subfolders in the solution file, as well as have the ability to exclude them when needed.

Thanks