- Uses the new VS Code autocompletion API for functions - orta #51
- When you want to work on the flow-for-vscode project, pressing run will start the babel build watcher task - orta
- Adds support for *.js.flow files ( such as those generated by graphql-js ) which are treated as common JavaScript files - orta
- Adds the ability to use flow from your project's node_modules folder.
This is a security risk ( see facebookarchive/nuclide#570) and so it
is hidden behind a user setting of
useNPMPackagedFlow
which needs to be set totrue
for it to work. - orta #53 - Show flow errors that start at line 0 - orta #54