summaryrefslogtreecommitdiff
path: root/internal/lsp/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/server.go')
-rw-r--r--internal/lsp/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/lsp/server.go b/internal/lsp/server.go
index 999c3e4..4b72717 100644
--- a/internal/lsp/server.go
+++ b/internal/lsp/server.go
@@ -27,7 +27,6 @@ type Server struct {
contextMode string
windowLines int
maxContextTokens int
- noDiskIO bool
triggerChars []string
// If set, used as the LSP coding temperature for all LLM calls
codingTemperature *float64