-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignoring dir doesn't work when checking diagnostics #2548
Comments
I believe #2546 probably solves your problem (but ignoreDir not working is still a bug) |
@emmericp thank you! Any advice on how can I quickly verify it? I see that there is no new release yet and I can't find any information how to build it.
This command requires some dependency:
|
that indicates the previous step failed, it compiles luamake first, so you are missing part of the error. likely dependencies, which are only gcc and ninja-build but since my patch is lua only you can just apply it to your existing installation |
what did you mean by that? I installed LuaLS from Homebrew, so I've got only the binary file. I'm not sure how could I apply it? |
I think I solved the problem by setting in
Specifically:
|
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
When I set
workspace.ignoreDir
in.luarc.json
it should exclude these folders from check when calling:Actual Behaviour
The tool still prints errors in 3rd party dir.
Reproduction steps
.luarc.json
and put:Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered: