zed/extensions
Peter Tripp 9470a52b5d
lua: Fix broken LuaLS download on x64 (#10642)
The changes in #10437 accidentally switched 'x64' to 'x86_64' which
breaks installs on linux x64, macos x64 and windows x64. This yields the
following error:

```
[2024-04-16T12:58:01-04:00 ERROR project] failed to start language server "lua-language-server": no asset found matching "lua-language-server-3.7.4-darwin-x86_64.tar.gz"
[2024-04-16T12:58:01-04:00 ERROR project] server stderr: Some("")
```

It's trying to download: 
`lua-language-server-3.7.4-darwin-x86_64.tar.gz`
which should be
`lua-language-server-3.7.4-darwin-x64.tar.gz`

See [LuaLS release
page](https://github.com/LuaLS/lua-language-server/releases/tag/3.6.25).

CC: @maxbrunsfeld

lua.rs before ef4c70c:

c6028f6651/crates/languages/src/lua.rs (L35)

lua.rs after:

5d7148bde1/extensions/lua/src/lua.rs (L49)

Release Notes:

- N/A
2024-04-16 13:48:45 -04:00
..
astro Extract Astro support into an extension (#9835) 2024-03-26 18:50:08 -04:00
clojure clojure: Don't cache user-installed clojure-lsp (#10636) 2024-04-16 13:12:08 -04:00
csharp csharp: Don't cache user-installed OmniSharp (#10638) 2024-04-16 13:22:36 -04:00
dart dart: Use upstream tree-sitter-dart (#10552) 2024-04-15 17:32:35 -04:00
elm Extract Elm language into an extension (#10432) 2024-04-11 10:23:49 -07:00
emmet emmet: Bump to v0.0.2 (#10426) 2024-04-11 11:56:25 -04:00
erlang Extract Erlang support into an extension (#9974) 2024-03-29 18:03:38 -04:00
gleam gleam: Don't cache user-installed gleam (#10635) 2024-04-16 13:11:58 -04:00
glsl Extract GLSL language support into an extension (#10433) 2024-04-11 13:52:10 -04:00
haskell haskell: Bump to v0.1.0 (#10378) 2024-04-10 15:42:46 -04:00
html Extract HTML support into an extension (#10130) 2024-04-03 12:42:36 -04:00
lua lua: Fix broken LuaLS download on x64 (#10642) 2024-04-16 13:48:45 -04:00
ocaml Extract Ocaml language support into an extension (#10450) 2024-04-11 15:20:19 -07:00
php php: Bump to v0.0.2 (#10480) 2024-04-12 12:19:01 -04:00
prisma Add the ability for extensions to provide language settings (#10296) 2024-04-08 19:17:12 -04:00
purescript Fix typo in PureScript extension's struct name (#9831) 2024-03-26 16:29:55 -04:00
racket Extract Scheme and Racket language support into extensions (#10442) 2024-04-11 12:45:46 -07:00
scheme Extract Scheme and Racket language support into extensions (#10442) 2024-04-11 12:45:46 -07:00
svelte Use v0.0.6 of the zed_extension_api for extensions that need it (#10324) 2024-04-09 10:57:26 -04:00
terraform terraform: Don't cache user-installed terraform-ls (#10641) 2024-04-16 13:40:13 -04:00
toml toml: Bump to v0.1.0 (#10482) 2024-04-12 12:39:43 -04:00
uiua Update extension descriptions (#9939) 2024-03-28 17:14:55 -04:00
vue Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
zig zig: Rename cached_binary to cached_binary_path (#10637) 2024-04-16 13:18:21 -04:00
.gitignore Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00