A Visual Studio Code extension that allows users to manage project visibility in the workspace by excluding projects from the file explorer and search results. This extension enhances focus by enabling users to hide projects they are not currently working on while keeping them accessible through the extension interface.
Features
Exclude Projects: Easily exclude projects from the VS Code file explorer and search results.
Visual Feedback: See which projects are excluded with a checkbox interface.
Source Control Integration: Excluded projects can also be automatically added to the .gitignore file, ensuring they are not tracked by Git.
Dynamic Updates: The project list updates in real-time when projects are added or removed in the workspace.
User-Friendly UI: Simple and intuitive UI for managing project visibility.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or by pressing Ctrl+Shift+X.
Search for Project Excluder.
Click Install.
Alternatively, you can install the extension from a .vsix file if you have it packaged locally: