Fork me on GitHub
#calva
<
2021-12-05
>
Stuart16:12:14

ANy idea why I get the wiggle ? Both frest and parse-list-of-ints are in the same file and the same namespace, frest isn't wiggled but parse-list-of-ints is ? The wiggle hover says unresolved var

Stuart16:12:37

It's not stopping anything from working, and doesn't bother me, was just wondering

bringe17:12:53

I wonder if the clojure-lsp/clj-kondo analysis is stale here for some reason. If you reload the VS Code window does it still show that lint warning?

Stuart17:12:43

closing and reponing file didnt fix it, so i killed repl and closed / reopened VS code and the wiggle is gone.

Stuart17:12:02

IS their a way to clear some cache for clj-kondo / lsp without a restart?

amithgeorge03:12:28

I bump into this now and again. I add a new line and save the file. That retriggers the analysis and usually fixes it.

bringe16:12:15

Yeah, editing the file like @U0A5B1LJU says should re-trigger analysis.