chore: rename

This commit is contained in:
adamdottv 2025-05-13 10:02:39 -05:00
parent 1e9399fbee
commit 2391e338b4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
81 changed files with 294 additions and 292 deletions

View file

@ -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 {