diff options
Diffstat (limited to 'internal/lsp/handlers_test.go')
| -rw-r--r-- | internal/lsp/handlers_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/lsp/handlers_test.go b/internal/lsp/handlers_test.go index 0ba29cf..9a490e3 100644 --- a/internal/lsp/handlers_test.go +++ b/internal/lsp/handlers_test.go @@ -1,3 +1,5 @@ +// Summary: Tests for LSP handlers and request processing, including diagnostics and code actions. +// Not yet reviewed by a human package lsp import ( |
