mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
Include module path in progress message (#746)
This commit is contained in:
parent
2a71723395
commit
7b1de958eb
@ -210,8 +210,8 @@ loadSession dir = do
|
||||
cradle <- maybe (loadImplicitCradle $ addTrailingPathSeparator dir) loadCradle hieYaml
|
||||
-- Display a user friendly progress message here: They probably don't know what a
|
||||
-- cradle is
|
||||
let progMsg = "Setting up project " <> T.pack (takeBaseName (cradleRootDir cradle))
|
||||
|
||||
let progMsg = "Setting up " <> T.pack (takeBaseName (cradleRootDir cradle))
|
||||
<> " (for " <> T.pack cfp <> ")"
|
||||
eopts <- withIndefiniteProgress progMsg NotCancellable $
|
||||
cradleToOptsAndLibDir cradle cfp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user