Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

File links in output channel (detection seems occasionally broken) #1002

@danjoa

Description

@danjoa

Filenames in output channels used to be clickable and one could open the target files and jump to line/column but doesn't work anymore in latest release 1.12.2 on Mac.

E.g.

let out = vscode.window.createOutputChannel('whatever')
out.appendLine ('ERROR: ... '+e+'\n')

Would have rendered to a clickable link like in:

ERROR: ... at /some/filenames/catalog.cds:47:11

Actually, this used to work in some past release. Stopped working in some later update. Worked again for a short time in 1.12.0 and gone again in 1.12.1 or .2. Looks like a pattern meanwhile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions