You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, maybe the #cl-108 doesn't do what I thought. Testing it this morning, it highlights the line in question, but without scrolling down to that line. So it does something. However, the #core.clj-108 does the highlighting, but also scrolls to that line.
Maybe there's an extra comment needed to do the scrolling?
Right now,
browse-at-remote
specifies the line to jump to in Bitbucket like this:However, the working format seems to be this:
Where "core.clj" is the name of the file. As in, for "x/y/z/core.clj", it's "core.clj", ignoring the parent directories.
The text was updated successfully, but these errors were encountered: