lua-language-server
lua-language-server copied to clipboard
Consider giving priority to added paths over gitignore files
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.