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