calva icon indicating copy to clipboard operation
calva copied to clipboard

clojure-lsp won't start on windows 11 aarch64

Open milelo opened this issue 1 month ago • 4 comments

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"

milelo avatar Jan 05 '25 14:01 milelo