Results 5 comments of Vespe Savikko

Thanks for your quick reply. Below is a complete eglot events log for [taplica](https://github.com/vespesa/taplica) (very simple, pure Clojure project). `M-x eglot-code-actions` shows: ### EGLOT events buffer contents ``` [jsonrpc] D[16:59:24.714]...

> I always got error when i start lsp-bridge > ``` > Cannot run program \"lein\" (in directory \"/home/andy/taplica\"): error=2, No such file or directory\n\nChoose an option:", > ``` >...

> If you call `(lsp-bridge-code-action)` , it will popup code action like eglot does. I know, but for some reason `source.organizeImports` is never included? I could be wrong, but my...

Certainly. The target file is `taplica/test/taplica/core_test.clj`. Screenshots are with lsp-bridge and the code blocks are eglot code actions. `Clean namespace` is the `source.organizeImports` code action. #### The beginning of the...

I noticed the same thing happening since #3725.