Fork me on GitHub
#calva
<
2023-01-26
>
pez08:01:45

Today's Calva release, with exciting updates from @m401, is blocked on a change to the Extension Marketplace publishing checks 😞 https://github.com/BetterThanTomorrow/calva/issues/2034 Here's hoping that they will help us quickly! If you are using Gitpod or any of the open VS Code clones, Calva 2.0.237 is available. https://output.circle-artifacts.com/output/job/40d9993d-055a-455f-8536-f738e87be928/artifacts/0/tmp/artifacts/calva-2.0.327.vsix.

pez08:01:51

There's an issue filed on vsce (the tool used for publishing) about it: • https://github.com/microsoft/vscode-vsce/issues/815

BlueMax23:01:26

Hi, Is it possible to instrument top level form for debugging on CLJS? I'm trying to do that to a Hiccup component but am getting: failed compiling constant: #'cider.nrepl.middleware.debug/breakpoint-if-interesting; clojure.lang.Var is not a valid ClojureScript constant.

pez23:01:22

Debugging is not supported in ClojureScript. We should probably disable it more properly so that it doesn't look like it might work.

BlueMax23:01:39

Got it. Ok thank you

🙏 2