Skip to content

Commit df93f56

Browse files
committed
Fix #4815
1 parent 4eefbff commit df93f56

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-rename-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ replaceModName name mbModName =
291291
properties :: Properties '[ 'PropertyKey "crossModule" 'TBoolean]
292292
properties = emptyProperties
293293
& defineBooleanProperty #crossModule
294-
"Enable experimental cross-module renaming" False
294+
"Enable experimental cross-module renaming" True

0 commit comments

Comments
 (0)