zed/extensions/lua
Idris Saklou 19490d8806
lua: Add Windows support (#13871)
The current version of the extension tries to download the Windows
binary files for lua-language-server like this:
`lua-language-server-3.9.3-win32-x64.tar.gz`

The [Windows binary
files](https://github.com/LuaLS/lua-language-server/releases) are only
released as zip archives, so it will fail to get the required files.


This pr changes the following:
- Add check for Windows specific zip archive
- Add check for Windows specific .exe executable

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-07-05 14:11:11 -04:00
..
languages/lua Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
src lua: Add Windows support (#13871) 2024-07-05 14:11:11 -04:00
Cargo.toml lua: Bump to v0.0.2 2024-04-16 14:27:05 -04:00
extension.toml lua: Bump to v0.0.2 2024-04-16 14:27:05 -04:00
LICENSE-APACHE Extract lua language support into an extension (#10437) 2024-04-11 11:32:10 -07:00