lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Consider giving priority to added paths over gitignore files

Open danielo515 opened this issue 7 months ago • 0 comments

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.

danielo515 avatar Mar 12 '25 11:03 danielo515