i've installed it and am trying to figure out how to test 🙂
in a deps.edn project, i defined a function that just does throw
. i called the function from the repl window / tab. i see what looks like a stacktrace but am not seeing the "clickable" portion.
may be i'm not testing appropriately?
If you ctrl+click
the file name with line number in parens, it should take you there
So long as it's a clojure file
This may need to be stated more clearly
ah, i see! that works -- i see it in the docs too 😅 thanks!
oh nice -- it evens goes to locations within clojure itself.
Indeed!