You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Plugins have a generic config to control their behaviour. The schema of such con
61
61
-`haskell.plugin.eval.config.diff`, default true: When reloading haddock test results in changes, mark it with WAS/NOW.
62
62
-`haskell.plugin.eval.config.exception`, default false: When the command results in an exception, mark it with `*** Exception:`.
63
63
-`rename`:
64
-
-`haskell.plugin.rename.config.diff`, default false: Enables renaming across modules (experimental)
64
+
-`haskell.plugin.rename.config.crossModule`, default false: Enables renaming across modules (experimental)
65
65
-`ghcide-completions`:
66
66
-`haskell.plugin.ghcide-completions.config.snippetsOn`, default true: Inserts snippets when using code completions.
67
67
-`haskell.plugin.ghcide-completions.config.autoExtendOn`, default true: Extends the import list automatically when completing a out-of-scope identifier.
0 commit comments