mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
output which cradle files were found (#716)
This commit is contained in:
parent
b4589aebe6
commit
9f1f55410b
@ -132,6 +132,7 @@ main = do
|
||||
let ucradles = nubOrd cradles
|
||||
let n = length ucradles
|
||||
putStrLn $ "Found " ++ show n ++ " cradle" ++ ['s' | n /= 1]
|
||||
when (n > 0) $ putStrLn $ " (" ++ intercalate ", " (catMaybes ucradles) ++ ")"
|
||||
putStrLn "\nStep 3/4: Initializing the IDE"
|
||||
vfs <- makeVFSHandle
|
||||
debouncer <- newAsyncDebouncer
|
||||
|
Loading…
Reference in New Issue
Block a user