Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>termlinkNew to Visual Studio Code? Get it now.
termlink

termlink

asil

|
204 installs
| (0) | Free
Turn terminal text into clickable URLs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

termlink

Use a configurable regex to detect text patterns in the VS Code integrated terminal. Turn matching text into clickable URLs.

Extension Settings

pathRegex is used when detecting text that we want to linkify. The regex should contain a capturing group named path whose matching results will be appended to given urlPrefix.

{
    "termlink.pathRegex": "^(?:Output|Log|Report|Coverage):\\s+/opt/codename/robot(?<path>/reports/\\S+\\.(html|xml))",
    "termlink.urlPrefix": "http://localhost:5500"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft