Fork me on GitHub
#lsp
<
2021-09-24
>
Fahd El Mazouni08:09:25

Hi there ! do you know how I could configure clojure-lsp to ignore the folder where cljs source maps go ? When I jump to a reference in vscode I always end up on the source-map file and not my actual file. Couldn't find anything in the docs, any help would be much appreciated

ericdallo12:09:49

the setting for that is ignore-classpath-directories true : https://clojure-lsp.io/settings/

❤️ 1