You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en-us/setting.lua
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,16 @@ Modify the diagnostic needed file status in a group.
77
77
`Fallback` means that diagnostics in this group are controlled by `diagnostics.neededFileStatus` separately.
78
78
Other settings will override individual settings without end of `!`.
79
79
]]
80
+
config.diagnostics.workspaceEvent=
81
+
"Set the time to trigger workspace diagnostics."
82
+
config.diagnostics.workspaceEvent.OnChange=
83
+
"Trigger workspace diagnostics when the file is changed."
84
+
config.diagnostics.workspaceEvent.OnSave=
85
+
"Trigger workspace diagnostics when the file is saved."
86
+
config.diagnostics.workspaceEvent.None=
87
+
"Disable workspace diagnostics."
80
88
config.diagnostics.workspaceDelay=
81
-
"Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics."
89
+
"Latency (milliseconds) for workspace diagnostics."
82
90
config.diagnostics.workspaceRate=
83
91
"Workspace diagnostics run rate (%). Decreasing this value reduces CPU usage, but also reduces the speed of workspace diagnostics. The diagnosis of the file you are currently editing is always done at full speed and is not affected by this setting."
Copy file name to clipboardExpand all lines: locale/pt-br/setting.lua
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,16 @@ Modify the diagnostic needed file status in a group.
77
77
`Fallback` means that diagnostics in this group are controlled by `diagnostics.neededFileStatus` separately.
78
78
Other settings will override individual settings without end of `!`.
79
79
]]
80
+
config.diagnostics.workspaceEvent=-- TODO: need translate!
81
+
"Set the time to trigger workspace diagnostics."
82
+
config.diagnostics.workspaceEvent.OnChange=-- TODO: need translate!
83
+
"Trigger workspace diagnostics when the file is changed."
84
+
config.diagnostics.workspaceEvent.OnSave=-- TODO: need translate!
85
+
"Trigger workspace diagnostics when the file is saved."
86
+
config.diagnostics.workspaceEvent.None=-- TODO: need translate!
87
+
"Disable workspace diagnostics."
80
88
config.diagnostics.workspaceDelay=-- TODO: need translate!
81
-
"Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics."
89
+
"Latency (milliseconds) for workspace diagnostics."
82
90
config.diagnostics.workspaceRate=-- TODO: need translate!
83
91
"Workspace diagnostics run rate (%). Decreasing this value reduces CPU usage, but also reduces the speed of workspace diagnostics. The diagnosis of the file you are currently editing is always done at full speed and is not affected by this setting."
84
92
config.diagnostics.libraryFiles=-- TODO: need translate!
0 commit comments