This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-22
Channels
- # announcements (2)
- # architecture (33)
- # babashka (4)
- # beginners (445)
- # bristol-clojurians (10)
- # calva (23)
- # cider (43)
- # clj-kondo (36)
- # cljs-dev (13)
- # cljsrn (20)
- # clojure (136)
- # clojure-argentina (8)
- # clojure-dev (1)
- # clojure-europe (18)
- # clojure-germany (1)
- # clojure-italy (5)
- # clojure-nl (45)
- # clojure-spec (66)
- # clojure-uk (29)
- # clojurescript (69)
- # conjure (157)
- # cursive (2)
- # datomic (216)
- # emacs (10)
- # exercism (4)
- # figwheel-main (8)
- # fulcro (30)
- # graphql (21)
- # hoplon (5)
- # kaocha (7)
- # leiningen (3)
- # luminus (4)
- # music (1)
- # off-topic (24)
- # pathom (10)
- # re-frame (19)
- # reagent (11)
- # reitit (16)
- # remote-jobs (1)
- # ring-swagger (5)
- # rum (7)
- # shadow-cljs (125)
- # spacemacs (8)
- # sql (9)
- # tools-deps (12)
It should be possible. Check here: https://calva.io/wsl/
Is there a way to specify extra environment variables when starting the REPL with calva?
so to play with @borkdude;s awesome work, tried to edit a simple babashka file with vscode. Set language mode to clojure, but that is a train-wreck. complaints like 'calva-fmt.formatCurrentForm' and 'paredit.deleteBackward' not found. Has anybody figured out a way to work around this?
@hoppy Do you explicitly set language mode because you are not using the .clj
extension?
I tried it with .bb first, and then set the lang mode, 2nd time just made .clj extension
I'm guessing that's the issue then? I had zero issues when just editing a .clj file when connected to a babashka nREPL session, last time I tried it
It's like I got the calva bindings, but not calva proper, but I don't know the jack-in ritual for .bb
There has been reports about Calva not activating correctly. Does it work with your regular CLJ/CLJS projects, @hoppy?