summaryrefslogtreecommitdiff
path: root/locale/en-us/setting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en-us/setting.lua')
-rw-r--r--locale/en-us/setting.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 541228ac..9bb2969e 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -61,13 +61,18 @@ End with `!` means override the group setting `diagnostics.groupFileStatus`.
config.diagnostics.groupSeverity =
[[
Modify the diagnostic severity in a group.
-'Fallback' means that diagnostics in this group are controlled by `diagnostics.severity` separately.
+`Fallback` means that diagnostics in this group are controlled by `diagnostics.severity` separately.
Other settings will override individual settings without end of `!`.
]]
config.diagnostics.groupFileStatus =
[[
Modify the diagnostic needed file status in a group.
-'Fallback' means that diagnostics in this group are controlled by `diagnostics.neededFileStatus` separately.
+
+* Opened: only diagnose opened files
+* Any: diagnose all files
+* None: disable this diagnostic
+
+`Fallback` means that diagnostics in this group are controlled by `diagnostics.neededFileStatus` separately.
Other settings will override individual settings without end of `!`.
]]
config.diagnostics.workspaceDelay =