FlowIDE icon indicating copy to clipboard operation
FlowIDE copied to clipboard

Coverage report is not added to the status bar

Open aziz opened this issue 8 years ago • 0 comments

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
}

aziz avatar Jun 18 '17 12:06 aziz