Ben Kunkle
Ben Kunkle
As others have stated already, this is likely an issue with the LSP not starting/dying. Next time it is not working, please take a look at your Zed logs (`zed:...
Interesting, seems the tailwind language server is failing to respond to basically everything we send it, requests for completions, code actions, hover, all fail. That could be explained by the...
Hey, thanks for reporting this. This is likely an issue with environment variables and paths. How were the LSP's installed? Were they installed through Zed or did you install them...
Hmm, a couple things are weird here. - we should absolutely be seeing errors in your logs if they're failing to start. - we use our own bundled version of...
Weird, so it seems like we are attempting to start the language servers, and hitting some error that we're not logging that causes them to fail to be registered at...
I don't think autoformat on autosave makes very much sense, but I'm open to being convinced otherwise. I do feel, however, that our current behavior of not running format on...
Seems it is, thanks @mati865
@josecanciani, yes we have extensions support. You can read about them at https://zed.dev/docs/extensions, I'm not sure where you got that screenshot of the site, it seems to be outdated
@Alaska47 are the Language servers working as intended? From your description it sounds like just the logs aren't going through, but the language servers themselves are working
You can see the running language servers in the dropdown in the top left of the pane opened by `dev: open language server logs`