Open
Description
I have a Stack project where :InteroGoToDef
results in the source location being shown in the Intero terminal window, like so:
λ> :loc-at Atlas.Server.API.Actions 59 31 59 51 DB.loadDatasetsByIds
/Users/zong/workspace/my-project/src/MyProject/Database/Queries.hs:(60,1)-(60,18)
That is indeed where I would like to jump to. However, I remain in the same buffer, and no jumping happens.
Using stack new
to create a bare-bones Stack project, however, doesn't have this issue on my setup, but I haven't got around to narrowing down where the issue is yet. I'm filing this issue to keep track and to see if anyone else has the same problem.