Hey, I've run into an issue I've never encountered before. It seems I rapidly and inattentively hit some keys when LSP was initializing and now the .lsp and .clj-kondo directories are being created in the source tree of my project and not in the root. This causes many many errors to appear. Is there a way to nuke this and get CIDER (or whatever is responsible for this setting) to re-prompt me? Evidently deleting the aforementioned directories is insufficient, and I've barely touched my CIDER config in several years now.
you probably have a bad configured workspace root for your lsp
you can lsp-workspace-folders-remove
and yeah, a wrong workspace root can cause lots of issues as the classpath will be wrong
If the realization about rapid keying comes reasonably quickly M-x view-lossage can be a good tool.
In case anyone wants to learn about Emacs, TreeSitter and clojure-ts-mode https://batsov.com/articles/2026/02/27/building-emacs-major-modes-with-treesitter-lessons-learned/