summaryrefslogtreecommitdiff
path: root/internal/hexailsp/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-17 21:56:21 +0300
committerPaul Buetow <paul@buetow.org>2025-08-17 21:58:38 +0300
commit562830b020aba76050c66f3115af7f6c88a87423 (patch)
tree6683fb8ff36d88390815a12ee1c78b0069e94ce9 /internal/hexailsp/run.go
parent8b790c35e0b78809cf32fd64eb25cc12bba48a0d (diff)
refactor: Remove unused NoDiskIO flag
This flag was not used anywhere in the codebase, so it has been removed.
Diffstat (limited to 'internal/hexailsp/run.go')
-rw-r--r--internal/hexailsp/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexailsp/run.go b/internal/hexailsp/run.go
index 2231fc2..5a0ab4a 100644
--- a/internal/hexailsp/run.go
+++ b/internal/hexailsp/run.go
@@ -80,7 +80,7 @@ func RunWithFactory(logPath string, stdin io.Reader, stdout io.Writer, logger *l
ContextMode: cfg.ContextMode,
WindowLines: cfg.ContextWindowLines,
MaxContextTokens: cfg.MaxContextTokens,
- NoDiskIO: cfg.NoDiskIO,
+
Client: client,
TriggerCharacters: cfg.TriggerCharacters,
})