Why are both typescript-language-server
and vtsls
enabled?
#30709
silvenon
started this conversation in
Language Support
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After reading #25477 (comment) I was unclear about why that was the solution to the problem. It looks like a workaround.
The default value of
language_servers
is["..."]
, which apparently includes bothtypescript-language-server
andvtsls
, and this results in duplicate panels, right? But what is the purpose of havingtypescript-language-server
enabled if both LSPs are saying the same thing? Is it to offer users the option to pick one?Seems to me like the default out of the box Zed settings will result in duplicate panels, so we should disable one or the other either way. Can someone shed more light on this?
Beta Was this translation helpful? Give feedback.
All reactions