Iโm trying to run Calva+Reveal for Exercism exercises. The namespace changes on reveal but ctrl+enter
or alt+enter
doesnโt do anything on the reveal window. How do I ensure that the result of the execution is also visible on reveal?
Does the tap command show results in reveal?
(tap> (+ 1 3))
true
on calva
tap> 4
on reveal
@pez I'm baffled... I debugged calva for the hover-hint issue and I just see that all data is there.
It just won't show in the popup. All there is in the popup is still Loading...
Au wei... I'm speechless, sorry for taking your time ๐
Some weird errors in the terminal of calva and by printing the stacktrace I found out that there was a problem concerning avil.clojure
and apparently I had the Clojure
extension installed next to calva. That messed things up and ate the hover hints.
I uninstalled the Clojure
extension and it all starts working ๐คท
I wasn't aware that these extensions interfere
Oh, so it is working now for you?
The hints are working now as expected - the toggle I figured out how to tickle a bit for it to do what I want ๐
Hmmm, I donโt know what goes wrong. Almost seems like a reveal problem, maybe try with version 1.3.194 of reveal?
Yeah, I think it might be a bit glitchy.
Totally confusing when two REPL extensions are installed. Glad you got it to work!
Its not even that glitchy once I get it to the right mode ๐ may be by accident but works well enough. On the way I now learned at least something - how to partially debug vscode extensions ๐
hey all, not sure if this is a supported configuration but Iโm using the VS Code Remote plugin to SSH to a raspberry pi to develop a little bot program in clojure
Iโm getting an error with clojure-lsp
[Error - 9:55:46 PM] Connection to server is erroring. Shutting down server.
[Error - 9:55:46 PM] Connection to server is erroring. Shutting down server.
[Error - 9:55:46 PM] Connection to server is erroring. Shutting down server.
[Error - 9:55:46 PM] Connection to server is erroring. Shutting down server.
/home/ubuntu/.vscode-server/extensions/betterthantomorrow.calva-2.0.183/clojure-lsp: 1: Syntax error: "(" unexpected
hey, not sure I get it, you are running the vscode in a raspberry?
if so, you will probably have issues with clojure-lsp native binary as there is no arm compiled binary yet
Calva should mostly work anyway, I think. At least when the REPL is connected.
ahhh.. interesting.
well that makes sense, thanks! ๐
Im using calva and clojure-lsp through WSL Remote which I believe is similar. Works like a charm