-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A easy way to say to clojure-lsp to use cljs data to decorate core functions on squint projects
Describe the solution you'd like
Be able to declare this on .lsp/config.edn and having a dev alias on squint.edn with clojurescript as :extra-deps
{:project-specs [{:project-path "squint.edn"}]}Should enable lsp to use cljs data on the analysis.
Describe alternatives you've considered
You can make this works currently with the following .lsp/config.edn file:
{:project-specs [{:project-path "squint.edn"
:classpath-cmd ["clojure" "-Spath" "-Sdeps" "squint.edn" "-A:lsp"]}]}And having this on squint.edn file:
...
:aliases {:lsp {:extra-deps {org.clojure/clojurescript {:mvn/version "1.12.42"}}}}
...Additional context
This issue is based on this slack thread:
https://clojurians.slack.com/archives/CPABC1H61/p1763498028675579
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Next release