Skip to content

Commit a43bcf9

Browse files
committed
default of workspaceDelay should be 3000
1 parent e8f7f6e commit a43bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ local config = {
143143
["Lua.diagnostics.workspaceDelay"] = {
144144
scope = 'resource',
145145
type = "integer",
146-
default = 3,
146+
default = 3000,
147147
markdownDescription = "%config.diagnostics.workspaceDelay%",
148148
},
149149
["Lua.diagnostics.workspaceRate"] = {

0 commit comments

Comments
 (0)