lua-language-server
lua-language-server copied to clipboard
Code action is trying to disable other linter's warnning
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Linux
What is the issue affecting?
Diagnostics/Syntax Checking, Other
Expected Behaviour
If the warnning type are not from lua_ls, there should be no code action.
Actual Behaviour
The mixed_table warnning are form senele
Reproduction steps
- Start with lua_ls
- Install another linter, like selene
- Run code action to a warnning form that linter
Additional Notes
No response
Log File
No response