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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Did this end up happening? I just upgraded to latest Flow, and I'm noticing that messages for unused $FlowFixMe comments no longer appear in my VS Code output, presumably because it's now a warning-level message?
I've activated the include_warnings setting in my .flowconfig file, and warnings now appear for me in VS Code as warnings. But the Flow docs seem to suggest that IDE integrations will generally show warnings without this flag needing to be enabled?
Flow recently added support for optional lint rules with a configurable warning level.
It looks like the
flow-for-vscode
does not currently consume warning level feedback from the flow server to display.This would be a great feature going forward.
The text was updated successfully, but these errors were encountered: