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)
I think I have configured clj-kondo with LSP in IDEA as instructed in https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md ... but I get this error every time I start IDEA:
LanguageServer for definition
rawCommand : java -jar /mnt/ssd2/local/bin/clj-kondo-2020.05.09-standalone.jar
not initialized after 10s
Check settings
... later on IDEA / clj-kondo shows the linting errors in IDEA editor, though...
Just a minor nuisance. Clj-kondo is a great tool!@kari.marttila well, maybe set the timeout for startup greater than 10 seconds then. don't know 🙂
Ok. Thanks! As I said, just a minor issue. Clj-kondo is a great tool! 🙂
clj-kondo v2020.06.12 maintenance release with several fixes and enhancements https://github.com/borkdude/clj-kondo/releases/tag/v2020.06.12
@kari.marttila you can upgrade to the new version now you're at it anyway 🙂
Ok. Thanks!
I added the timeout from 10s to 20s - haven't seen the error now... 🙂
Updated. Clj-kondo, go strong! 🙂