Skip to content

Commit f1511ba

Browse files
authored
Fix typo of rename plugin config (#4546)
1 parent 4edf9cd commit f1511ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Plugins have a generic config to control their behaviour. The schema of such con
6161
- `haskell.plugin.eval.config.diff`, default true: When reloading haddock test results in changes, mark it with WAS/NOW.
6262
- `haskell.plugin.eval.config.exception`, default false: When the command results in an exception, mark it with `*** Exception:`.
6363
- `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)
6565
- `ghcide-completions`:
6666
- `haskell.plugin.ghcide-completions.config.snippetsOn`, default true: Inserts snippets when using code completions.
6767
- `haskell.plugin.ghcide-completions.config.autoExtendOn`, default true: Extends the import list automatically when completing a out-of-scope identifier.

0 commit comments

Comments
 (0)