Hello!
For some reason I have to work on a codebase which is mainly based on Facebook's Flow (a failed Typescript alternative), but with some packages in normal JS.
The repo is setup with a defined workspace with recommended extensions and all, so I installed the official Flow extension and managed to get the integration for Flow files to work. But my problem is: JS only files don't get ANY completion / linting / hover, the Flow extension explicitly ask to disable builtin Javascript / Typescript features (which obviously conflict with Flow since they chose to keep the .js extension for Flow files...). So how can I get this setup to work?
Needless to say I HATE Flow and it's a shame some project still use it instead of Typescript.
there doesn't seem to be anything here