Adds an IntelliJ-style Select Opened File button to the VS Code Explorer title bar.
When clicked, the extension reveals the currently active editor file in the Explorer and expands its parent folders, matching the common IntelliJ project tree navigation workflow.
Development
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host and test the button in the Explorer view.
Install Locally
npm run install:extension
This packages the extension into intellij-select-opened-file.vsix and installs it into your local VS Code.
Publish
Before publishing, replace "publisher": "local" in package.json with your real Visual Studio Marketplace publisher ID. You also need to be logged in with vsce login <publisher> or set a VSCE_PAT environment variable.