Fork me on GitHub
#lsp
<
2023-02-16
>
Thierry08:02:16

Anyone else seeing this error in developer console on Windows? [Extension Host] Error downloading clojure-lsp. Error: ENOENT: no such file or directory, chmod 'c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.332\clojure-lsp' (at console.<anonymous> (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138706)) clojure-lsp stays in starting state

pez08:02:33

I think everyone using this in Windows sees that error. chmod is a unix command, and doesn't seem necessary on Windows. Please file an issue! 🙏

Thierry09:02:18

wow, thats some major init time [Trace - 10:46:25] Received response 'initialize - (0)' in 601009ms. - ignore this, this is something else. posted this in the wrong thread.

borkdude10:02:37

@U0ETXRFEW Is this a recent change? Maybe you can advice people to downgrade for the time being?

Thierry10:02:53

Just checked and it doesnt influence the operability of lsp

Thierry10:02:00

its just a message

Thierry10:02:06

the lsp not starting was something else

borkdude10:02:25

How I start a development version of clojure-lsp + clj-kondo: https://github.com/clj-kondo/clj-kondo/issues/1995#issuecomment-1432832765

👍 4