(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"}`
(project-specs->hash root-path settings)
(scan-classpath! {:keys [db* producer]})
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |