Feature Request: Use system Lua instead of bundling it in the extension
未关闭
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 215
- 派生
- 62
- PR 合并指标
- 30 天内没有已合并 PR
描述
To avoid bloat (shipping multiple versions of Lua *just in case*) and version mismatches (not catching up to the latest version Lua *as it is currently the case*), use the system installed Lua binaries (from `PATH` or from a user provided path) like how the other extensions do it. The formatter should ideally also be provided separately.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先确定扩展目前如何捆绑和启动 Lua 二进制文件,然后比较其他扩展如何发现系统中已安装的二进制文件。定义 PATH 和用户提供的路径的行为,并验证 formatter 可以单独提供,而无需让扩展附带多个 Lua 版本。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua, typescript, vscode
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100