Fork me on GitHub
#clj-kondo
<
2020-06-12
>
Kari Marttila08:06:49

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!

borkdude08:06:44

@kari.marttila well, maybe set the timeout for startup greater than 10 seconds then. don't know 🙂

Kari Marttila08:06:34

Ok. Thanks! As I said, just a minor issue. Clj-kondo is a great tool! 🙂

borkdude09:06:58

clj-kondo v2020.06.12 maintenance release with several fixes and enhancements https://github.com/borkdude/clj-kondo/releases/tag/v2020.06.12

borkdude09:06:34

@kari.marttila you can upgrade to the new version now you're at it anyway 🙂

Kari Marttila12:06:40

I added the timeout from 10s to 20s - haven't seen the error now... 🙂

Kari Marttila12:06:35

Updated. Clj-kondo, go strong! 🙂