We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81238e9 + bd36e51 commit 7a31007Copy full SHA for 7a31007
src/common/HaskellDo/Toolbar/State.hs
@@ -88,7 +88,7 @@ update (NewPath newPath) state = do
88
isProject <- atRemote $ localIO $ doesFileExist (path </> "package.yaml")
89
updateProjectAvailability newState' path isProject
90
else do
91
- let newState' = newState { directoryList = ([], []) }
+ let newState' = newState { directoryList = ([], []), createProject = True }
92
return newState'
93
where
94
pathOrLastOrHome path = if null path
0 commit comments