LuaLS / LuaLS/lua-language-server
Feature request: Provide Windows ARM64 (win-arm64) pre-built binaries
还没有人认领这个 Issue。
- 主要语言
- Lua
- 星标
- 4.4k
- 派生
- 442
- PR 合并指标
- 30 天内没有已合并 PR
描述
Summary
Please consider providing pre-built binaries for Windows ARM64 (aarch64) in the release artifacts.
Motivation
Windows on ARM devices (e.g., Surface Pro X, Snapdragon-based laptops, Windows Dev Kit 2023) are becoming increasingly common. Currently, only win32-x64 binaries are provided, which work via x86-64 emulation but come with a performance penalty.
Tools like Mason.nvim use strict platform matching and refuse to install lua-language-server on win-arm64 because no native binary is available, resulting in:
Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
Current workaround
Installing the x64 build manually (e.g., via winget install LuaLS.lua-language-server) works under emulation, but native ARM64 binaries would be preferred for performance and broader tooling compatibility.
Request
Add win32-arm64 (or win-arm64) to the release build matrix.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查生成 win32-x64 构件的现有 release 构建矩阵,并确定平台目标的配置方式。添加 Windows ARM64 目标,然后验证 release 构件包含可供 Mason.nvim 使用的原生 win-arm64 或 win32-arm64 二进制文件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua
- 领域
- build-system, release
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100