ZIm/crates/zed
Kirill Bulatov 89b1e76003
Fix gopls langserver downloads (#7571)
Fixes https://github.com/zed-industries/zed/issues/7534 by not requiring
assets for gopls and vscode-eslint langservers — those two are the only
ones in Zed that do not use assets directly when determining langserver
version and retrieving those.
All other servers deal with assets, hence require those to be present.

The problem with https://github.com/tamasfe/taplo/releases is that they
host multiple binary releases in the same release list, so for now the
code works because only the langserver has assets — but as soon as
another release there gets assets, it will break again.
We could filter out those by names also, but they also tend to change
(and can be edited manually), so keeping it as is for now.

Release Notes:

- Fixed gopls language server downloads
([7534](https://github.com/zed-industries/zed/issues/7534))
2024-02-08 16:17:47 +02:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Re-enable language plugin functionality with some fixes (#7105) 2024-01-30 19:59:13 -08:00
src Fix gopls langserver downloads (#7571) 2024-02-08 16:17:47 +02:00
build.rs linux: disable mac-os specific build commands 2024-02-04 15:58:29 -08:00
Cargo.toml Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00