summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/handlers_test.go')
-rw-r--r--internal/lsp/handlers_test.go2
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 (