-
Notifications
You must be signed in to change notification settings - Fork 112
"Flow is type checking"... Forever! #286
Comments
I'm also getting hard times making |
The same happens to me :( |
Same here on the processes, there's another issue for that: #287 Are you on Windows as well..? |
@stephen-last Yes, Windows 10.
And regarding VSCode flow plugin hanging forever:
|
@SergioMorchon I'm seeing exactly what you describe as well. I have two projects setup with Flow. I seem to get 3 processes for each (more when Flow is actually doing something), one using more memory just as you describe. When I switch projects, or exit VS Code, the processes are left, still consuming memory. When I run Running So... It looks like there may be an issue with the |
This is my new friend Get-Process -Name flow | Stop-Process These issue is my Top 1 blocking issue that prevents me to use this plugin. Because:
|
Ditto to @SergioMorchon experience bur was using Process Hacker 2 to to bulk Kill for certain vscode windows. |
Same issue here - windows 10. |
think this is related to the closed #172 issue. |
Seems to be just a lack of windows support, which is disappointing. booted up second computer with Ubuntu and this extension works flawlessly, compared to working with the same projects Ive opened up on my windows PC. Sucks that in order to try to make development a bit easier, you must first choose an OS before choosing which choosing tool sets. If i didnt have the flexibility to switch to linux or mac and had to stay with windows (ei. company issued computer), i would probably lean more towards typescript.. Edit**: |
Same here, the extension is not usable :( |
Windows 10, extension stops working unpredictably. On exiting VSCode several flow.exe are hanging. How can I use the extension? Thanks! |
Win10, flow 0.145.0 hangs the same way as a year ago. Any news on this? |
I'm running VS Code 1.28.2,
flow-bin
0.82.0 installed locally, on Windows 7 Pro.I'm trying to add Flow to an existing project (a Node command line app), which right now has 20
dependencies
and 18devDependencies
(mostly Babel and ESLint). This has a file count of around 17,000 innode_modules
.I don't think this is unusual, and I would expect Flow to not have any problems with this project.
I'm trying to add type annotations to my first file and all I can see is:
Never-ending "Flow is type checking"... At the moment Flow is completely unusable.
What is it type checking..? Is there any way to see the files/code that it's currently type checking..?
It definitely isn't type checking my 3 lines of annotations, so it must be type checking within
node_modules
, is that right..? How long should it take..?The text was updated successfully, but these errors were encountered: