You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to highlight warnings like unused suppression statements in the IDE? I have the option include_warnings=true in my .flowconfig but that seems to only affect the CLI.
The text was updated successfully, but these errors were encountered:
In fact I notice that when I open up a file with unnecessary // $FlowFixMe comments, they are briefly underlined yellow (ie, the correct behaviour) and then the yellow underlines disappear.
Is it possible to highlight warnings like unused suppression statements in the IDE? I have the option
include_warnings=true
in my.flowconfig
but that seems to only affect the CLI.The text was updated successfully, but these errors were encountered: