summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_execute.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-19 08:23:44 +0300
committerPaul Buetow <paul@buetow.org>2026-06-19 08:23:44 +0300
commit360e5456660678a0babab602e0bc80304a55db3f (patch)
treeacffc5fa57ba9ad71198d904d034b561e04bc165 /internal/lsp/handlers_execute.go
parent682a413db516e1a0201e8fea41e706a7666391d6 (diff)
ok0 document LSP and LLM exports
Diffstat (limited to 'internal/lsp/handlers_execute.go')
-rw-r--r--internal/lsp/handlers_execute.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/lsp/handlers_execute.go b/internal/lsp/handlers_execute.go
index f2f2fac..018df6e 100644
--- a/internal/lsp/handlers_execute.go
+++ b/internal/lsp/handlers_execute.go
@@ -1,4 +1,5 @@
// ExecuteCommand handler to support post-edit navigation (jump to generated test).
+
package lsp
import (