Skip to content

Commit 6684868

Browse files
committed
enable dirtiness tracking by default
1 parent 9f0978f commit 6684868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ghcide/src/Development/IDE/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ instance Default Arguments where
148148
, argsGhcidePlugin = mempty
149149
, argsHlsPlugins = pluginDescToIdePlugins Ghcide.descriptors
150150
, argsSessionLoadingOptions = def
151-
, argsIdeOptions = const (defaultIdeOptions False)
151+
, argsIdeOptions = const (defaultIdeOptions True)
152152
, argsLspOptions = def {LSP.completionTriggerCharacters = Just "."}
153153
, argsDefaultHlsConfig = def
154154
, argsGetHieDbLoc = getHieDbLoc

0 commit comments

Comments
 (0)