jansol
jansol
My understanding is that it's not supported at all at the moment.
Yeah, I did not get those two to show up in some cursory testing either :( Guess we'll just have to wait for SSH remoting to get fleshed out more.
A more robust solution would be to install rust-analyzer in your PATH on the server I think? Presumably you have rustup installed there already so you can do `rustup component...
> That said, we found that (at least for the Zed team) the rust-analyzer installed by rustup seems to often not actually work I've noticed the same, usually the error...
One Light is what Zed falls back to if it fails to load your config, the config snippet seems fine though. Do you have a buggy custom theme in `~/.config/zed/themes/`?
The gsettings system color scheme should be respected AFAIK (on an ootb Ubuntu install with GNOME Zed does follow light/dark mode, and even switches automatically). So it would seem something...
Ah, [XDG Desktop Portal has an API for this](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html). Do you have the gtk/gnome portal installed?
Syntax highlighting and LSP support for new languages is done via extensions: https://zed.dev/docs/extensions/developing-extensions
Support for LSP servers is done via extensions: https://zed.dev/docs/extensions/developing-extensions
Ouch, that is inconvenient...