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

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

Closed
danjoa opened this issue May 17, 2017 · 2 comments
Closed

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

danjoa opened this issue May 17, 2017 · 2 comments

Comments

@danjoa
Copy link

danjoa commented May 17, 2017

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.

@ramya-rao-a
Copy link
Contributor

@COREDs This doesn't look like it is specific to the Go extension.

Can you open an issue in the VS Code repo instead?

@danjoa
Copy link
Author

danjoa commented Jun 1, 2017

Yes this was a mistake, sorry.
(was in vacation)

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants