This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-24
Channels
- # announcements (6)
- # babashka (25)
- # beginners (52)
- # cherry (8)
- # cider (9)
- # clj-kondo (9)
- # clojure (44)
- # clojure-australia (5)
- # clojure-dev (4)
- # clojure-europe (8)
- # clojure-nl (5)
- # clojure-norway (3)
- # clojure-spec (3)
- # clojure-uk (1)
- # clojurescript (16)
- # conjure (1)
- # core-async (8)
- # cursive (11)
- # fulcro (13)
- # honeysql (6)
- # hyperfiddle (13)
- # jackdaw (1)
- # jobs (9)
- # lsp (13)
- # meander (5)
- # missionary (2)
- # off-topic (11)
- # polylith (11)
- # re-frame (2)
- # reitit (11)
- # shadow-cljs (69)
- # squint (23)
- # tools-deps (30)
- # xtdb (3)
Is it possible to run Clojure-LSP on CLJS? For instance 4clojure CLJS could use it to validate the function signatures :thinking_face: Is this possible?
I want to know it it can run completely in the browser :thinking_face:
Hmm, is there a way to store list of workspace folders inside a git repository? I have a repo with multiple projects and clojure-lsp seemed to pick up the bb.edn from root of the repo, but I had to add projects in subfolders as workspace folders. Thinking how could I share the workspace folder list with others.
Hum, I don't think there is such command, but you probably could do some elisp hack function to do that for you I guess
Yeah, found .emacs.d/.lsp-session-v1
file, which contains all sessions, so I guess there could be a "merge" thing