Commit 6df2354
committed
docs(settings): suppress missing-fields on the partial palette override
palette_overwrite is a PARTIAL override merged via tbl_extend(force), but
the palette class declares every field required, so the corrected @type
made lua_ls flag the empty default with missing-fields. Keep the class
annotation (it drives the advertised key completion) and disable that one
diagnostic on the assignment; verified with lua-language-server --check
that the suppression line must sit directly above the assignment.1 parent e92954c commit 6df2354
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments