-
Thank you @bpringe, @ericdallo for coming up the fix for clojure-lsp on Windows!
I just tried it, noticed a minor issue. Add Missing Require included metadata in require.
![image](https://user-i…
-
All Calva's dependencies that use `rewrite-clj`, such as `clojure-lsp`, commonly propogate parsing exceptions. (I'm guessing Calva's direct use of `rewrite-clj` does the same?) Calva then fails to han…
-
If I have a Clojure file without an extension either identified as such by the autodetect or explicitly set, the syntax highlighting works ok however commands like "Go to Definition" don't.
Use-cas…
-
**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**
…
-
@ericdallo Figured out how to enable sqlite native-image compilation in clojure-lsp. Can I seduce him to make a PR to this repo for sqlite? Else I will steal his configuration ;).
-
# Autocomplete (and validate) known map keys
Related to the Slack discussion on [#calva](https://clojurians.slack.com/archives/CBE668G4R/p1687336630871699?thread_ts=1687333618.690069&cid=CBE668G4R)…
-
deps.edn allows to use version aliases, like `RELEASE` or `LATEST`.
For deps cache, clj-nix resolves these to versions, without keeping the original alias resolvable.
Test case
```clj
{:deps…
-
Hello, awesome project, I'm trying to use it on [clojure-lsp](https://clojure-lsp.io/) to decompile .class files, any change of having a API docs on how to use CFR from JVM directly?
I know I should …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Some language servers use the LSP command interface to provide some more custom functionality.
Popular editors such as vsco…
-
I'm seeing this popup whenever saving any file in Calva since a recent update, and these in the logs:
```
[Error - 11:43:36] Request workspace/executeCommand failed.
Message: Nothing to change.…