Prerequisites:
- Have VS Code installed with the Flow extension.
Steps to reproduce:
- Run
yarn install
to install dependencies. - Run
code .
to open up VS code to this workspace. - Open
src.js
and wait for Flow server to start up. - Notice that
// $FlowFixMe
is underlined with a warning. - Add a space to the end of the file.
- Save the file.
- Notice that the warning disappears.