summaryrefslogtreecommitdiff
path: root/internal/lsp/ignore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/ignore_test.go')
-rw-r--r--internal/lsp/ignore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/ignore_test.go b/internal/lsp/ignore_test.go
index 31ed828..b1899f2 100644
--- a/internal/lsp/ignore_test.go
+++ b/internal/lsp/ignore_test.go
@@ -21,7 +21,7 @@ func newIgnoreTestServer(gitRoot string, useGI bool, extra []string, notifyIgnor
ChatSuffix: ">",
ChatPrefixes: []string{"?", "!", ":", ";"},
},
- FeatureConfig: appconfig.FeatureConfig{IgnoreLSPNotify: notifyIgnored},
+ FeatureConfig: appconfig.FeatureConfig{IgnoreConfig: appconfig.IgnoreConfig{IgnoreLSPNotify: notifyIgnored}},
}
s := &Server{
logger: log.New(io.Discard, "", 0),