summaryrefslogtreecommitdiffhomepage
path: root/internal/lsp/util
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-13 10:02:39 -0500
committeradamdottv <[email protected]>2025-05-13 10:02:39 -0500
commit2391e338b4e41726e7233e2bf027a62476140130 (patch)
treee84cae9f97b8f94e13e800e96e529d6961caca8d /internal/lsp/util
parent1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff)
downloadopencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz
opencode-2391e338b4e41726e7233e2bf027a62476140130.zip
chore: rename
Diffstat (limited to 'internal/lsp/util')
-rw-r--r--internal/lsp/util/edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/util/edit.go b/internal/lsp/util/edit.go
index 5440e2f6c..ef7a231e3 100644
--- a/internal/lsp/util/edit.go
+++ b/internal/lsp/util/edit.go
@@ -7,7 +7,7 @@ import (
"sort"
"strings"
- "github.com/opencode-ai/opencode/internal/lsp/protocol"
+ "github.com/sst/opencode/internal/lsp/protocol"
)
func applyTextEdits(uri protocol.DocumentUri, edits []protocol.TextEdit) error {