Closed rajcspsg closed 1 year ago
This is not a lsp-mode bug, actually is not a bug anywhere, it's the clojure-lsp linter pointing that doesn't know those functions, that linter comes from clj-kondo and you can read here to understand why those macros are not listed properly
Probably the mount lib could deine default clj-kondo export configurations for clients don't need to do anything and just work out of the box, example
Thanks @ericdallo
There is an existing issue on mount lib https://github.com/tolitius/mount/issues/128
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
usage a of mount package is showing false compilation error.
I use the package mount in our codebase.
The code is compiling fine. and is on the github here. This code is chapter 2 of the book web development in clojure.
The compilation of the code works fine. But the emacs IDE gives error like this
Steps to reproduce
Expected behavior
The code should compile fine and I should be able to go to definitions and references.
Which Language Server did you use?
clojure
OS
MacOS
Error callstack
No response
Anything else?
No response