This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-08-08
Channels
- # announcements (4)
- # babashka (6)
- # beginners (7)
- # calva (9)
- # cider (3)
- # clj-kondo (9)
- # clojure (8)
- # clojure-brasil (1)
- # clojure-europe (26)
- # clojure-norway (12)
- # clojure-uk (4)
- # datomic (15)
- # deps-new (9)
- # events (1)
- # jobs-discuss (6)
- # lsp (7)
- # malli (6)
- # missionary (26)
- # off-topic (4)
- # polylith (12)
- # reitit (25)
- # remote-jobs (1)
- # ring (6)
- # sql (3)
- # vim (1)
Is it possible to do custom calva.replConnectSequences
in a way that is not tied to my own vscode configuration, but can be commited to the project files, so everyone that clones the project will have them?
Yes, a project can have custom .vscode
configuration.
I do that for next.jdbc
and HoneySQL (and at work).
Hi all, just experienced a strange behavior. Not sure if it has been mentioned before. But when jacking in with shadow-cljs basically nothing happens. Nothing written to terminal and it just stand there. I tried the same thing on a different system I have, without issues. Turned out the issue somehow is related to VS Code 1.92. As soon as the other system got that upgrade it stopped working there as well. I installed VS Code v1.91.1 and the jack-in process was again functional. Anyone knows why? Anyway, if someone else experience the same this seem to be a possible work-around option for now.
I'm using VS Code 1.92 with Calva with no problems, although I'm not using Shadow-cljs - just regular Clojure nREPL stuff. Can you try jacking into a project that's just some server-side stuff?
Hi guys, I started noticing some verbose information appearing in the mouse hover doc panel (the top line), as well as incorrect padding between the top lines and the line separator below. Also, as a personal preference, I would like to also hide the file path that shows below there too, perhaps this could be configurable. Is this intended? Let me know, and if not, I can create an issue on github and try to fix this. Thanks