L
L
laguna11322018-06-20 08:56:32
JavaScript
laguna1132, 2018-06-20 08:56:32

How to connect flow to vs code?

Connected flow to vs code via the Flow Language Support plugin. According to the instructions, you need to disable the built-in code linter. Everything worked out, but the flow linter is terribly slow. Tips are displayed slowly, transition through functions through links is slow. How to fix? Is it possible to somehow speed up the flow linter or return the built-in linter, but add support for the flow syntax.
PS The computer is not weak, it's clearly not in the hardware

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2018-06-20
@laguna1132

The flow package is not needed, flow-bin is needed (at least locally).
According to the settings, I have an empty .flowconfig and a setting in the editor:
"flow.useNPMPackagedFlow": true,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question