We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b705d1 commit 7957387Copy full SHA for 7957387
ghcide/src/Development/IDE/Main.hs
@@ -446,6 +446,9 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
446
registerIdeConfiguration (shakeExtras ide) $ IdeConfiguration mempty (hashed Nothing)
447
c ide
448
449
+-- | List the haskell files given some paths
450
+--
451
+-- It will rely on git if possible to filter-out ignored files.
452
expandFiles :: [FilePath] -> IO [FilePath]
453
expandFiles paths = do
454
let haskellFind x =
0 commit comments