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
I wanted to have in Calva a ClojureScript browser-connected REPL for the hello-world project of ClojureScript's "Quick Start" guide (https://clojurescript.org/guides/quick-start), without using Figwheel or shadow-cljs.
and then jacking in with this "plain cljs browser repl". As discussed in Slack this should probably be a built-in connect sequence, and that's why I'm opening this issue, as suggested.
OTOH, in the same Slack discussion, @PEZ also provided a connect sequence that I think solves this other issue about connecting to a Node.js REPL
I wanted to have in Calva a ClojureScript browser-connected REPL for the hello-world project of ClojureScript's "Quick Start" guide (https://clojurescript.org/guides/quick-start), without using Figwheel or shadow-cljs.
AS @PEZ told me in Clojurian's Slack #calva channel, this can be achieved by adding this custom connect sequence to
.vscode/settings.json
and then jacking in with this "plain cljs browser repl". As discussed in Slack this should probably be a built-in connect sequence, and that's why I'm opening this issue, as suggested.
OTOH, in the same Slack discussion, @PEZ also provided a connect sequence that I think solves this other issue about connecting to a Node.js REPL
The text was updated successfully, but these errors were encountered: