Fork me on GitHub
#lsp
<
2022-01-05
>
borkdude10:01:00

babashka 2
🚀 2
clojure-lsp 1
bherrmann15:01:22

Humm... using emacs... when I load up a clj file - why do I get this... namely why doesnt it only watch the files in my project?

ericdallo15:01:54

Probably you imported your home or a wrong project root

ericdallo15:01:16

Try lsp-workspace-folder-remove

ericdallo15:01:26

Remove your home or any wrong workspace

ericdallo15:01:42

And then try lsp again

bherrmann15:01:37

ok, I see now, I need to treat that initial import with some amount of thought. THANKS!