lsp

borkdude 2025-06-17T14:03:17.834679Z

somehow my lsp is navigating into some .cache directory sometimes, how can I remove that?

ericdallo 2025-06-17T14:04:21.854199Z

You can delete that file, but it happens because you navigate to a external dependency and clojure-lsp created that file for its contents

borkdude 2025-06-17T14:05:13.748029Z

this wasn't an external dependency, it's the project I'm working on :)

ericdallo 2025-06-17T14:29:54.385529Z

If clojure-lsp created that file it's because it considered as a dependency sometime, you can remove it and check if it happens again, I doubt there's a bug in there, but if you manage to make a repro of a weird behavior LMK

2025-06-17T19:01:21.709879Z

is there a reason the code-action on ^File some-file doesn't suggest java.io.File?

ericdallo 2025-06-17T22:46:00.633789Z

Probably because it didn't analyze you JDK

ericdallo 2025-06-17T22:46:11.979729Z

Try removing your global LSP cache and restarting

👍 1
ericdallo 2025-06-17T22:46:31.642549Z

~./cache/clojure-lsp