LuaLS / LuaLS/lua-language-server
Adding global definitions always indents with 4 spaces
未關閉
還沒有人認領這個 Issue。
enhancement
- 主要語言
- Lua
- 星號
- 4.4k
- 分支
- 442
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Which OS are you using?
Windows
Expected Behaviour
When I use the VSCode function to define a variable as allowed global, it should re-use the formatting of the existing file (luarc.json) when adding it.
Actual Behaviour
It always uses 4 spaces, instead of the 2 the file uses.
Reproduction steps
- Have a global in your file
- Have a .luarc.json file in your project
- Have the LSP complain about it being global
- Use the VSC action to mark it as defined
Additional Notes
Log
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先追蹤將允許的全域變數新增至 .luarc.json 的 VSCode 動作,然後檢查現有檔案的縮排是如何讀取或保留的。使用採用兩個空格縮排的檔案重現問題,並確認將全域變數標記為已定義後會保留該格式,而不是插入四個空格。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- lua, vscode
- 領域
- devtools
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100