Skip to content

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

Repository files navigation

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.

About

Turns file path urls in the output window into links for VS Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published