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
It would be handy if cider-ns jumped to the culprit file/line on errors, so that the user can fix the error and retry.
(Note that the culprit error may not be in an open buffer. Also, if the culprit is in a .jar, probably it's not worth visiting as it may be a wrong diagnostic).
It would be handy if
cider-ns
jumped to the culprit file/line on errors, so that the user can fix the error and retry.(Note that the culprit error may not be in an open buffer. Also, if the culprit is in a .jar, probably it's not worth visiting as it may be a wrong diagnostic).
This is a sample
refresh
response currently:So, we can grab the first valid
:file-url
/:line
combination from:error
.The text was updated successfully, but these errors were encountered: