Julia-vscode: Ctrl + click in stack trace doesn't work if location is split across multiple lines

Created on 13 Sep 2017  路  4Comments  路  Source: julia-vscode/julia-vscode

If there is an exception e.g. while running tests, then ctrl + clicking on a location (such as "/home/twan/code/RigidBodyDynamics/v0.6/RigidBodyDynamics/src/mechanism_state.jl:603") that appears in the stack trace will usually take you to the correct file and line number. However, if the location happens to be split across multiple lines, then ctrl + clicking has no effect. This happens on Linux (but maybe also on other platforms).

bug upstream

Most helpful comment

This is an upstream issue I think, we don't have control over how links are followed outside of the editor window. I'll have a hunt for an issue and link it to here or open a new one

All 4 comments

This is an upstream issue I think, we don't have control over how links are followed outside of the editor window. I'll have a hunt for an issue and link it to here or open a new one

I believe this should work with recent VS Code versions. If not, please reopen.

This is not working with recent VS Code versions. The linked upstream issue was closed as a duplicate, not because it was fixed. I can't reopen this issue anymore, but #470 will do as well.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ssfrr picture ssfrr  路  52Comments

PetrKryslUCSD picture PetrKryslUCSD  路  29Comments

allochi picture allochi  路  21Comments

phlavenk picture phlavenk  路  14Comments

rapus95 picture rapus95  路  62Comments