I am using vterm, and file paths that span multiple lines become unclickable. To reproduce the error:
- create a file with a long name that exceeds a single line with the following content:
- run it via
include(...)
The file should show up in the stacktrace alongside other files with short names like math.jl and, at least for me, it is not clickable unlike the other files.
P.S.: This may be an issue with vterm and not julia-repl specifically, but the readme these issues to be posted here.
I am using
vterm, and file paths that span multiple lines become unclickable. To reproduce the error:include(...)The file should show up in the stacktrace alongside other files with short names like
math.jland, at least for me, it is not clickable unlike the other files.P.S.: This may be an issue with
vtermand notjulia-replspecifically, but the readme these issues to be posted here.