Fork me on GitHub
#calva
<
2024-02-14
>
thomas10:02:25

I just installed Zed and it certainly feels a lot faster compared to VS Code.... but no Clojure recognition 😞

henrik10:02:53

Plugins are still TBD, so it’ll be a while I wager.

thomas10:02:15

yes, that is a problem at the moment. Would be interesting to see what they come up with though.

mmer11:02:31

Can VSCode lsp be used with Zed?

thomas11:02:11

I think it supports lsp

thomas11:02:18

but haven't tried it

mmer11:02:13

Also the syntax highlighting uses tree-sitter - is this used in calva?

mauricio.szabo02:02:21

No, it's not used in Calva - tree-sitter is not officially supported in vscode

thomas08:02:06

Zed latest update supports Clojure... a bit.

Max16:02:51

Out of curiosity, is there a particular reason why calva has a .vscode/settings.json checked in that customizes the workbench colors?

pez17:02:09

It’s so that it’s easy to distinguish between the Calva window and the default extension host project. Calva amber for the former and Calva blue for the latter. When people set things up and have questions it’s good to be able to refer to these by color.

👍 1