diff options
Diffstat (limited to 'internal/lsp/handlers_completion.go')
| -rw-r--r-- | internal/lsp/handlers_completion.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/lsp/handlers_completion.go b/internal/lsp/handlers_completion.go index 5ae6cd4..700023b 100644 --- a/internal/lsp/handlers_completion.go +++ b/internal/lsp/handlers_completion.go @@ -2,6 +2,7 @@ // completionService (the extracted code-completion subsystem), which owns the // cache/throttle state and reaches back into Server (via cs.srv, aliased to s) // for shared infrastructure such as LLM clients, document access and stats. + package lsp import ( |
