-
### Steps to reproduce
1) VS Code running under Windows 10.
2) Follow instructions at https://calva.io/wsl/
3) Run `Calva: Fire up the "Getting Started" REPL`.
### Expected
"Initializing Cloju…
-
**Describe the bug**
Empty or filled with whitespaces config.edn creates following line in the log
```
ERROR [clojure-lsp.config:19] - WARNING: error while reading /home/tsl/.lsp/config.edn (EOF …
-
Using clojure-lsp and was interested in the clojuredocs integration for a shadow-cljs, and my other nbb projects. However, seems that the exports only reference clojure.core and are not going to be as…
-
**Describe the bug**
In the below code, the defmulti doesn't have any diagnostic warnings.
```clojure
(defmulti foo :bar) ;; no warning
(defmethod foo :baz [_] 1)
```
**Expected behavior**
…
-
#### Description :octocat:
Trying to use the rust `lsp-mode` with `rust-analyzer` doesn't work.
#### Reproduction guide :beetle:
- Start Emacs
- Open up `eshell`
- `cd` a directory outside of `…
-
Hi!
Currently, AIUI there's no single, high-level option to choose the project type that will determine how the classpath is computed.
There are two approches being offered:
* Infer the proje…
-
@ericdallo comentou sobre utilizar Material Markdown para publicar os tutoriais postados aqui como uma página web via Github Pages.
Eric, se você puder descrever um pouco o setup necessário aqui na…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
**Describe the bug**
When extracting a function from a multimethod, extracted parameters are "forgotten" in the new method.
**To Reproduce**
Steps to reproduce the behavior:
1. create a new cloj…
-
As a user of Clojure-Lsp I would like to have a way to list recently changed functions.
*Similar to `projectile-recentf` command which lists recently modified files, I'd like to see recently change…