This extension provides several useful commands to enhance your development workflow:
📋 Copy Opened Files Path
Command: VSCode MCP Bridge: Copy Opened Files Path
Collects all currently opened file paths with dual output modes:
Copy to clipboard (default): Copies paths for external use
Send to terminal: Use isSendToActiveTerminal: true parameter to send directly to active terminal
Smart path handling:
Uses relative paths when files are within workspace
Falls back to absolute paths for files outside workspace
Automatically filters out non-file URIs (like untitled documents)
Sorts paths alphabetically
⏱️ Sleep
Command: VSCode MCP Bridge: Sleep
Utility command that pauses execution for a specified duration (in seconds). Designed for use in VSCode shortcuts.json runCommands sequences to add delays between multiple commands.