Find a file in your workspace and insert its relative path into the active file.
Usage
Command: Insert Relative Path to File
Default keybinding: Ctrl+Shift+I (Windows) and Cmd+Shift+I (macOS)
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.