Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Output Link to FileNew to Visual Studio Code? Get it now.
Output Link to File

Output Link to File

93akkord

|
5,236 installs
| (1) | Free
Creates links to files in the output window.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Output Link to File

Marketplace Version Installs Rating Build Status

Turns file path urls in the output window into links. Works well with the Code Runner extension when displaying the output in the output channel.

Usage

Usage

Configuration

Add or remove language ids from output-link-to-file.languagesIds. Language ids listed here will have file links created for them.

{
    "output-link-to-file.languagesIds": [
        "output-link-to-file",
        "log",
        "Log",
        "code-runner-output"
    ]
}

Commands

Output Unknown Language Ids: This command can be accessed from the command palette. It will display a list of unknown language ids in the output window. This is useful when another extension might have change the language id of the output window.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft