flow/flow-for-vscode

How to use this extension on the React source code?

thezjy opened this issue · 1 comments

React itself uses Flow. I tried to use this extension to navigate the React source code but fails to do so. One obvious reason is that there are many flowconfig files for specific packages inside the repo. Does this extension support multiple flowconfig extensions?

Same issue here. Whenever I try to run the flow task from this extension it tells me "no flow client found". After yarn flow dom (which generates a valid config) I can run the task but syntax highlight is still broken and IntelliSense not available.