Explorer Exclude ManagerExplorer Exclude Manager is an independently maintained fork of Explorer Exclude for Visual Studio Code. It preserves the familiar Explorer hide/show workflow while improving configuration isolation, glob handling, and compatibility with current VS Code versions.
Features
InstallationInstall the extension from the VS Code Extensions view by searching for Explorer Exclude Manager, or install a packaged For a source checkout and contribution guidance, see Developer Setup. UsageHide files and folders
To skip the pattern picker and add the selected resource's workspace-relative path directly, configure:
Manage excluded itemsOpen the Excluded Items pane in Explorer to review the effective exclusions. Entries are grouped by File Excludes and Search Excludes, then by Global and Workspace scope. Global groups are collapsed by default.
Configuration behaviorExplorer Exclude Manager manages the following built-in VS Code settings:
These are shared VS Code settings, not fork-specific copies. The extension writes changes to the workspace scope so project exclusions do not unintentionally copy user-level exclusions into a workspace. In a multi-root workspace, review the workspace-level settings and ensure generated relative patterns match the intended folder. Grouped glob keys are retained as complete patterns. For example:
The grouped key remains one entry rather than being split into separate patterns. Migrating from Explorer ExcludeExplorer Exclude Manager uses the fork-owned
Migration preserves the original user, workspace, or workspace-folder scope and does not overwrite a value already configured for Explorer Exclude Manager. It does not copy After migration, uninstalling the original Explorer Exclude extension is recommended. Both extensions manage the same built-in exclusion settings, and keeping both enabled can lead to conflicting backups or unexpected changes. CompatibilityExplorer Exclude Manager requires VS Code SupportWhen opening an issue, include your VS Code version, Explorer Exclude Manager version, operating system, workspace type, relevant Credits and attributionExplorer Exclude Manager is based on the original Explorer Exclude project by Peter Schmalfeldt and SFCC DevOps. Original author contact: https://peterschmalfeldt.com
The original copyright notice and MIT License are retained in this repository. LicenseExplorer Exclude Manager is distributed under the MIT License. |