Marco Guerreiro
Marco Guerreiro
Had the same issues, update apple's dev tools (Xcode) then made sure to accept the agreement with xcode build -license. After that installed colorls with gem without issues. All working...
Is this still a global issue or is it just my zed? It seems like the syntax highlight lacks a bit, a lot of things share the same colour, especially...
> I was also experiencing this issue but only when using `typescript-language-server`. After switching back to `vtsls`, this issue has gone away. Hum... I did not think about that tbh....
**Zed Log** ``` "validationTime": 23 } 2025-04-04T15:47:06.343769+01:00 [INFO] Language server with id 5 sent unhandled notification eslint/status: { "uri": "file:///Users/markwarrior/Desktop/Coding/RustyFrog/app/page.tsx", "state": 1, "validationTime": 26 } 2025-04-04T15:47:06.424631+01:00 [INFO] Language server with...
> 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...
> I believe I'm having the same issue. I was wondering if maybe it coincided with the tailwind4 update? I updated the monorepo I'm using tailwind in to tailwind 4...