BetterThanTomorrow / joyride

Making VS Code Hackable like Emacs since 2022
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride
Other
469 stars 17 forks source link

The `:joyride/user` workspace deps.edn only works for one user #176

Closed PEZ closed 11 months ago

PEZ commented 11 months ago

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