Skip to content

Commit 0ef2073

Browse files
committed
default optRunSubset to True
1 parent 54a6bf7 commit 0ef2073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Types/Options.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ defaultIdeOptions session = IdeOptions
142142
,optModifyDynFlags = mempty
143143
,optSkipProgress = defaultSkipProgress
144144
,optProgressStyle = Explicit
145-
,optRunSubset = False
145+
,optRunSubset = True
146146
}
147147

148148
defaultSkipProgress :: Typeable a => a -> Bool

0 commit comments

Comments
 (0)