93Akkord / vscode-output-link-to-file

Turns file path urls in the output window into links for VS Code.
https://marketplace.visualstudio.com/items?itemName=93akkord.output-link-to-file
MIT License
2 stars 0 forks source link

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.