LuaLS / LuaLS/lua-language-server
Consider giving priority to added paths over gitignore files
まだ誰も着手していません。
- 主要言語
- Lua
- スター
- 4.4k
- フォーク
- 442
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello.
I was trying to make the VSCod extension detect my hammerspoon definitions, and it was not working.
Then I noticed the "Lua.workspace.useGitIgnore": false setting, and after setting it to false it started working.
I have this in my third party config
"Lua.workspace.userThirdParty": [
"/private/etc/nix-darwin/dotfiles/hammerspoon/Spoons/EmmyLua.spoon/annotations/"
]
That annotations folder is gitignored, but I seriously think it should take priority over the gitignore setting, because I manually added it.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、workspace パスがフィルタリングされるときに、設定 Lua.workspace.userThirdParty と Lua.workspace.useGitIgnore がどのように扱われるかを追跡します。gitignore されているものの明示的に設定されている、指定された annotations パスの動作を確認します。明示的に追加されたパスが gitignore 設定にかかわらず考慮され、その他のパスでは既存の動作が維持されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua
- 領域
- developer-experience, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100