visual studio code - flowtype + vscode config file, flow.runOnEdit not working -


i use flowtype visual studio code, works other run on edit feature -- have switch tabs make flow run again.

i tried preferences --> settings, "flow.runonedit": true, worked same both true , false. not running when edit.

how can fix this?

looking github issue 136, tried with

npm install -g flow-bin, , restart vscode,

fixed problem.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -