Skip to content

Commit b27e142

Browse files
observerwCopilot
andauthored
Update src/lsp_client/clients/gopls.py
Co-authored-by: Copilot <[email protected]>
1 parent 357cf62 commit b27e142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lsp_client/clients/gopls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class GoplsClient(
110110
codelenses: dict[str, bool] = field(factory=dict)
111111
complete_completions: bool = False
112112
complete_unimported: bool = False
113-
completion_budget: str = "500ms"
114-
diagnostics_delay: str = "500ms"
113+
completion_budget: str | None = None
114+
diagnostics_delay: str | None = None
115115
documentation_options: dict[str, bool] = field(factory=dict)
116116
experimental_postfix_completions: bool = True
117117
experimental_prefixed_format: bool = True

0 commit comments

Comments
 (0)