Open
Description
Calva clojure-lsp issue: I'm setting up a new PC windows 11 aarch64. I can't get clojure-lsp to start from Calva: all the calva clojure-lsp commands don't have any effect. No log file etc.
~\.vscode\extensions\betterthantomorrow.calva-2.0.482\clojure-lsp-version
:
2024.11.08-17.49.29
A working x86 PC with the same version file has:
~\.vscode\extensions\betterthantomorrow.calva-2.0.482\clojure-lsp-windows-amd64.zip
The aam64 PC instead has:
~\.vscode\extensions\betterthantomorrow.calva-2.0.482\clojure-lsp-standalone.jar
I've found a work around:
- Install clojure-lsp with scoop
- set vscode
"calva.clojureLspPath": "clojure-lsp"