1 parent 9f0978f commit 6684868Copy full SHA for 6684868
1 file changed
ghcide/src/Development/IDE/Main.hs
@@ -148,7 +148,7 @@ instance Default Arguments where
148
, argsGhcidePlugin = mempty
149
, argsHlsPlugins = pluginDescToIdePlugins Ghcide.descriptors
150
, argsSessionLoadingOptions = def
151
- , argsIdeOptions = const (defaultIdeOptions False)
+ , argsIdeOptions = const (defaultIdeOptions True)
152
, argsLspOptions = def {LSP.completionTriggerCharacters = Just "."}
153
, argsDefaultHlsConfig = def
154
, argsGetHieDbLoc = getHieDbLoc
0 commit comments