The clojure-lsp support config <workspace-root>/.joyride/deps.edn currently created is only working for whoever happens to create the file first. We need to remove that :deps entry. Hopefully replace it with something. I think we can create some instructions for how the user can update .lsp/config.edn + ~/.clojure/deps.edn to make the config work more sensibly.
The clojure-lsp support config
<workspace-root>/.joyride/deps.edn
currently created is only working for whoever happens to create the file first. We need to remove that:deps
entry. Hopefully replace it with something. I think we can create some instructions for how the user can update.lsp/config.edn
+~/.clojure/deps.edn
to make the config work more sensibly.https://github.com/BetterThanTomorrow/joyride/commit/b707ecc8517f03186483e69d4457f783b7d496ab#commitcomment-133029296
See also: #174