A VS Code extension that adds a configurable "Reveal in Custom Explorer" menu item to the Explorer context menu, allowing you to use your preferred file explorer application instead of the default Finder.
Features
Adds a customizable context menu item to the Explorer view
Interactive configuration with QuickPick interface for common explorers
Support for any file explorer application (Path Finder, Bloom, Commander One, etc.)
Custom path input for any file explorer
Works with both files and folders
Cross-platform support (optimized for macOS)
Automatic configuration prompt when no explorer is set
Installation
Copy this extension folder to your VS Code extensions directory:
macOS: ~/.vscode/extensions/
Windows: %USERPROFILE%\.vscode\extensions\
Linux: ~/.vscode/extensions/
Open the extension folder in terminal and run:
npm install
npm run compile
Restart VS Code
Configuration
Interactive Configuration (Recommended)
Use Command Palette (Cmd+Shift+P / Ctrl+Shift+P) and run "Configure Custom Explorer"
Choose from common file explorers or select "Custom Path..." to enter your own
The extension will validate the path and save your configuration
Manual Configuration
Alternatively, you can configure the extension manually in VS Code settings:
revealInCustomExplorer.explorerPath
Path to your preferred file explorer application. You can enter any custom path to your file explorer.
Common Examples:
Finder - /System/Applications/Finder.app (default)
Path Finder - /Applications/Path Finder.app
Bloom - /Applications/Bloom.app
Commander One - /Applications/Commander One - file manager.app