@edit Unknown editor: no line number information passed

It seems I have some bad config here. I am on a Mac, my editor is Sublime Text. How can I fix this?

image

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…

2 Likes

Thanks, that fixes it.