facebookarchive / ide-flowtype

Flow support for Atom IDE
Other
178 stars 17 forks source link

Work with Monorepo (Flow is initializing...) #26

Closed natew closed 7 years ago

natew commented 7 years ago

I get this when I install ide and ui:

image

I think this is because ide-flowtype isn't looking for .flowconfig files in the project, and instead is just running flow on root. If I add a .flowconfig to root, I can get it to run. I tried having it just [include] the sub-folders that have .flowconfigs in them, but it doesn't seem to use those configs.

Basic request here would be to add support for finding and only parsing sub-folders that have .flowconfig in them.

wbinnssmith commented 7 years ago

Thanks for reporting @natew. I'd argue this is a duplicate of #13. Feel free reopen and clarify if not.