Closed
Description
Hello,
I think it would be a great idea to extend lua_ls
settings to ignore noisy warnings that are irrelevant for a beginner.
From:
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
},
To:
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
diagnostics = {
disable = { "missing-fields" },
},
},
},
Reference: https://github.com/LuaLS/lua-language-server/wiki/Settings#diagnosticsdisable
I cannot see any template for suggestions, so I hope I won't be automatically dismissed 😊
Kind Regards
Metadata
Metadata
Assignees
Labels
No labels