(default-project-specs source-aliases)
A col of project-specs, clojure-lsp will use each matched project-spec and merge removing duplicates.
project-path
: file name which will be used to determine if project spec
matches and should run classpath-cmd
.
classpath-cmd
: shell command to run that should return a claspath string
like some/path:/other/path:/path/etc
env
optional map of strings which will inject env variables to
the classpath-cmd
. E.g {"PATH": "/some/path"}
A col of project-specs, clojure-lsp will use each matched project-spec and merge removing duplicates. `project-path`: file name which will be used to determine if project spec matches and should run `classpath-cmd`. `classpath-cmd`: shell command to run that should return a claspath string like some/path:/other/path:/path/etc `env` optional map of strings which will inject env variables to the `classpath-cmd`. E.g `{"PATH": "/some/path"}`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close