missed a nexted object

This commit is contained in:
Tommy Williams 2023-11-22 17:18:42 -05:00 committed by GitHub
parent 6bcacb42c8
commit 83a369891b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ local servers = {
workspace = { checkThirdParty = false }, workspace = { checkThirdParty = false },
telemetry = { enable = false }, telemetry = { enable = false },
-- NOTE: toggle below to ignore Lua_LS's noisy `missing-fields` warnings -- NOTE: toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = 'missing-fields' }, -- diagnostics = { disable = { 'missing-fields' } },
}, },
}, },
} }