feat(formatting): Increase format timeout threshold
This commit is contained in:
@@ -18,7 +18,7 @@ local options = {
|
|||||||
vue = { "eslint_d" },
|
vue = { "eslint_d" },
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 5000,
|
timeout_ms = 15000,
|
||||||
lsp_format = "fallback",
|
lsp_format = "fallback",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user