tptee / FlowIDE

IDE-caliber support for Flow in Sublime Text
MIT License
38 stars 6 forks source link

Coverage report is not added to the status bar #14

Open aziz opened 7 years ago

aziz commented 7 years ago

Sublime Dev 3136 using a simple project created with create-react-app and configured flow for it. Latest version of plugin with these settings:

{
    "flow_path": "flow",
    "use_npm_flow": true,
    "omit_function_parameters": false,
    "show_sublime_autocomplete_suggestions": true,
    "show_coverage": true,
    "debounce_ms": 300
}