vscode-flow-ide
vscode-flow-ide copied to clipboard
Using up almost all CPU
It increases in CPU usage until all processes are frozen :(
I believe this has been raised also with the Flow team. There is nothing we can do on tjhe extension side of things as it seems that 'flow' is the one eating up the memory and not the extension itself. Please file a bug with Flow repo.
@gcazaciuc Is this package using the flow-language-server?
Related: https://github.com/flowtype/flow-for-vscode/issues/164
No, it's just calling in directly the flow binary to run flow check
on the specified file.
Okay, I am also experiencing issues of full ram after using this package for a few minutes, I also think this is related to flow itself and not this package. With prior flow versions I did not encounter this problem. The long term solution on the official package seems to be the usage of the flow-language-server (which is already used by the atom ide integration)
Flow still be eating all the cake. Anyone find a solution?