Clojure-lsp: Repeated automatic require

Created on 10 Jan 2021  路  5Comments  路  Source: clojure-lsp/clojure-lsp

Hello,

It seems that since version 2021.01.07-02.38.39 clojure-lsp started adding duplicated requires when triggering autocomplete with coc-nvim.

bug

Most helpful comment

@lucasdf I found the issue :) I'll fix it ASAP, thanks!

All 5 comments

Hi @lucasdf, could you provide a sample code, I could not reproduce it on Emacs lsp-mode

Hey @ericdallo , pretty much any autocomplete here is triggering a new require (even if one already exists) starting on that version. I couldn't see anything weird on the logs.

@lucasdf I found the issue :) I'll fix it ASAP, thanks!

It should be fixed now on latest release @lucasdf, LMK if any issues!

awesome! I tested it here and it is all good now. thanks!

Was this page helpful?
0 / 5 - 0 ratings