From 562830b020aba76050c66f3115af7f6c88a87423 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 21:56:21 +0300 Subject: refactor: Remove unused NoDiskIO flag This flag was not used anywhere in the codebase, so it has been removed. --- internal/hexailsp/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/hexailsp/run.go') 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, }) -- cgit v1.2.3