This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-12
Channels
- # aleph (1)
- # aws (2)
- # babashka (44)
- # beginners (178)
- # biff (12)
- # calva (22)
- # chlorine-clover (60)
- # cider (1)
- # clj-kondo (9)
- # cljdoc (6)
- # cljs-dev (37)
- # cljss (2)
- # clojure (43)
- # clojure-europe (3)
- # clojure-finland (23)
- # clojure-italy (1)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-spec (56)
- # clojure-uk (148)
- # clojuredesign-podcast (1)
- # clojurescript (11)
- # conjure (5)
- # core-async (22)
- # cursive (9)
- # datascript (5)
- # datomic (4)
- # duct (8)
- # emotion-cljs (2)
- # figwheel-main (15)
- # fulcro (53)
- # graalvm (68)
- # helix (2)
- # jackdaw (1)
- # kaocha (9)
- # lambdaisland (1)
- # malli (10)
- # meander (2)
- # news-and-articles (1)
- # observability (12)
- # off-topic (17)
- # pathom (1)
- # pedestal (25)
- # practicalli (1)
- # protojure (4)
- # re-frame (2)
- # reagent (57)
- # reitit (1)
- # releases (2)
- # shadow-cljs (69)
- # specter (6)
- # tools-deps (10)
- # vim (16)
- # vscode (4)
- # yada (3)
@dam, I’ve never used Codium, but this is sometimes an issue with VS Code as well. Does it work if you start Codium from a command line where te paths are correctly set? (There is also a jackInEnv
setting that might be usable fo this, but only as a last resort, me thinks.
Setting up a new machine, used asdf
to setup JVM -- is there a way I can tell VSCode / clj-kondo which java
command to use?
By default I think it uses something /usr/bin/java
which on fresh macOS installs it just pops up a prompt...
@orestis I use something called jenv
to set system wide java version, local version, shell version, etc
so many different approaches! I have /Users/orestis/.asdf/shims/java
which is setup by fish.config 🙂
maybe you could also try to uninstall the default java stuff: https://www.java.com/en/download/help/mac_uninstall_java.xml
oh hmm: > Do not attempt to uninstall Java by removing the Java tools from /usr/bin. This directory is part of the system software and any changes will be reset by Apple the next time you perform an update of the OS.
Hrm, /etc/paths is supposedly the shell agnostic way of setting this -> but it seems vscode doesn't respect it.
I’ll see if I can troubleshoot this further — where could I find the command that the clj-kondo LSP plugin uses? Just to see what’s going on there…