We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357cf62 commit b27e142Copy full SHA for b27e142
src/lsp_client/clients/gopls.py
@@ -110,8 +110,8 @@ class GoplsClient(
110
codelenses: dict[str, bool] = field(factory=dict)
111
complete_completions: bool = False
112
complete_unimported: bool = False
113
- completion_budget: str = "500ms"
114
- diagnostics_delay: str = "500ms"
+ completion_budget: str | None = None
+ diagnostics_delay: str | None = None
115
documentation_options: dict[str, bool] = field(factory=dict)
116
experimental_postfix_completions: bool = True
117
experimental_prefixed_format: bool = True
0 commit comments