Enables dot and slash-separated python paths to be clickable in log and plain text files.
- Clickable paths in log files
- Clickable paths in plain text files
- Download the .vsix file from the releases page
- Open VS Code/Cursor etc.
- Open the Command Palette and type
Extensions: Install from VSIX... - Select the .vsix file you downloaded
- Open a log file in the same workspace as the source code
- Click on a path to open it in the editor
- Clone the repository
- Run
yarn install - Run
vsce package