-
Notifications
You must be signed in to change notification settings - Fork 44.3k
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels