summaryrefslogtreecommitdiffhomepage
path: root/internal/lsp/watcher
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-24 18:25:52 +0200
committerKujtim Hoxha <[email protected]>2025-04-24 18:26:16 +0200
commitb106787a50935a2c10ce6a2f01d77dd0aae80642 (patch)
tree7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /internal/lsp/watcher
parente1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff)
downloadopencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz
opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip
change package name
Diffstat (limited to 'internal/lsp/watcher')
-rw-r--r--internal/lsp/watcher/watcher.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/lsp/watcher/watcher.go b/internal/lsp/watcher/watcher.go
index 82c8f1b33..69d341212 100644
--- a/internal/lsp/watcher/watcher.go
+++ b/internal/lsp/watcher/watcher.go
@@ -11,10 +11,10 @@ import (
"github.com/bmatcuk/doublestar/v4"
"github.com/fsnotify/fsnotify"
- "github.com/kujtimiihoxha/opencode/internal/config"
- "github.com/kujtimiihoxha/opencode/internal/logging"
- "github.com/kujtimiihoxha/opencode/internal/lsp"
- "github.com/kujtimiihoxha/opencode/internal/lsp/protocol"
+ "github.com/opencode-ai/opencode/internal/config"
+ "github.com/opencode-ai/opencode/internal/logging"
+ "github.com/opencode-ai/opencode/internal/lsp"
+ "github.com/opencode-ai/opencode/internal/lsp/protocol"
)
// WorkspaceWatcher manages LSP file watching