|
53 | 53 | "config.diagnostics.deprecated": "Enable diagnostics to highlight deprecated API.", |
54 | 54 | "config.diagnostics.different-requires": "Enable diagnostics for files which are required by two different paths.", |
55 | 55 | "config.diagnostics.disable": "Disabled diagnostic (Use code in hover brackets).", |
56 | | - "config.diagnostics.disableScheme": "Do not diagnose Lua files that use the following scheme.", |
57 | 56 | "config.diagnostics.discard-returns": "Enable diagnostics for calls of functions annotated with `---@nodiscard` where the return values are ignored.", |
58 | 57 | "config.diagnostics.doc-field-no-class": "Enable diagnostics to highlight a field annotation without a defining class annotation.", |
59 | 58 | "config.diagnostics.duplicate": "* duplicate-index\n* duplicate-set-field", |
|
64 | 63 | "config.diagnostics.duplicate-set-field": "Enable diagnostics for setting the same field in a class more than once.", |
65 | 64 | "config.diagnostics.empty-block": "Enable empty code block diagnostics.", |
66 | 65 | "config.diagnostics.enable": "Enable diagnostics.", |
| 66 | + "config.diagnostics.enableScheme": "TODO: Needs documentation", |
67 | 67 | "config.diagnostics.global": "* global-in-nil-env\n* lowercase-global\n* undefined-env-child\n* undefined-global", |
68 | 68 | "config.diagnostics.global-element": "Enable diagnostics to warn about global elements.", |
69 | 69 | "config.diagnostics.global-in-nil-env": "Enable cannot use global variables ( `_ENV` is set to `nil`) diagnostics.", |
|
130 | 130 | "config.diagnostics.unused-local": "Enable unused local variable diagnostics.", |
131 | 131 | "config.diagnostics.unused-vararg": "Enable unused vararg diagnostics.", |
132 | 132 | "config.diagnostics.unusedLocalExclude": "Do not diagnose `unused-local` when the variable name matches the following pattern.", |
| 133 | + "config.diagnostics.validScheme": "Enable diagnostics for Lua files that use the following scheme.", |
133 | 134 | "config.diagnostics.workspaceDelay": "Latency (milliseconds) for workspace diagnostics.", |
134 | 135 | "config.diagnostics.workspaceEvent": "Set the time to trigger workspace diagnostics.", |
135 | 136 | "config.diagnostics.workspaceEvent.None": "Disable workspace diagnostics.", |
|
0 commit comments