Skip to content

Commit

Permalink
enable dirtiness tracking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 17, 2021
1 parent 9f0978f commit 6684868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ instance Default Arguments where
, argsGhcidePlugin = mempty
, argsHlsPlugins = pluginDescToIdePlugins Ghcide.descriptors
, argsSessionLoadingOptions = def
, argsIdeOptions = const (defaultIdeOptions False)
, argsIdeOptions = const (defaultIdeOptions True)
, argsLspOptions = def {LSP.completionTriggerCharacters = Just "."}
, argsDefaultHlsConfig = def
, argsGetHieDbLoc = getHieDbLoc
Expand Down

0 comments on commit 6684868

Please sign in to comment.