Disable Tailwind Language Server #29260
Closed
renestalder
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
|
Presumably, you can do it with https://zed.dev/docs/configuring-languages#choosing-language-servers Something like "TypeScript": {
"language_servers": ["vtsls", "!typescript-language-server", "!deno", "!tailwindcss-language-server"],
"formatter": "language_server"
},might work? Still, this all looks like a regression, as Zed should be able to at least download that server. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since month Zed notifies me about the Tailwind Language Server failing. I don't even use Tailwind or have it installed in my projects. Is it possible to completely disable a language server feature of Zed?
Beta Was this translation helpful? Give feedback.
All reactions