It seems I have some bad config here. I am on a Mac, my editor is Sublime Text. How can I fix this?
The editor opens the correct source file, but it doesn’t jump to the right line.
It seems I have some bad config here. I am on a Mac, my editor is Sublime Text. How can I fix this?
The editor opens the correct source file, but it doesn’t jump to the right line.
I can get it working on my system after this:
ENV["JULIA_EDITOR"] = "'/Applications/Sublime\ Text\ 3.app/Contents/SharedSupport/bin/subl'"
I wonder whether your pathname is different…
Thanks, that fixes it.