File: cider-endpoint.el.html
Helpers used by cider-connect to pick an endpoint: completing-read for
hosts/ports/socket files, SSH host enumeration, and discovery of running
nREPL servers on the local machine (or a remote TRAMP host) via ps/lsof
with a short-lived cache.
Defined variables (8)
cider--running-nrepl-paths-cache | Cache for ‘cider--running-nrepl-paths’. |
cider-default-nrepl-port | Use this port number when we couldn’t infer a port. |
cider-host-history | Completion history for connection hosts. |
cider-infer-remote-nrepl-ports | When true, cider will use ssh to try to infer nREPL ports on remote hosts. |
cider-known-endpoints | A list of connection endpoints where each endpoint is a list. |
cider-ps-running-lein-nrepl-path-regexp-list | Regexp list to get project paths. |
cider-ps-running-lein-nrepls-command | Process snapshot command used in ‘cider-locate-running-nrepl-ports’. |
cider-running-nrepl-paths-cache-ttl | How long, in seconds, to cache the running-nREPL path scan. |