terminal-links READMEA Visual Studio Code extension to allow configuring regular expression patterns to identify useful links in terminals. Once installed you have to add the link replacements you want in the settings JSON file manually under the For example, I built this extension because I was annoyed at constantly having to copy bug numbers out of the terminal into my browser, so I have this configuration which automatically links bug references to Mozilla's bug tracker and patch references to Mozilla's Phabricator:
The format is fairly straightforward. Each item of the array is an object with the properties
Due to how Visual Studio Code's APIs work the text to link cannot span multiple lines. This extension is an early version that seems to work but may well contain bugs. Please file an issue if you run into a problem or have a suggestion for improvements. |