Find a file in your workspace and insert its relative path into the active file.
Quick features:
Command: Find File and Insert Relative Path
Configurable ignored folders via workspace/user settings.
Configuration
relativePathFinder.ignoreFolders (array of strings): list of folder names or glob patterns to ignore when searching for files. Default: ["node_modules"].
Examples:
node_modules → ignored as **/node_modules/**
dist → ignored as **/dist/**
**/vendor/** → used as provided (glob)
Where to change ignore settings
Open Settings (Command Palette → Preferences: Open Settings (UI)) and search for Relative Path Finder.