-
Notifications
You must be signed in to change notification settings - Fork 112
Use local flow-bin package #69
Comments
I'd recommend downloading and running the extension locally with the debugger attatched to determine why it is not finding the flow binary, this is working for me and everyone on my team. |
Hello, I am seeing the same behaviour as @lednhatkhanh. I ran the extension locally, attached the debugger to find out what was going on. My configuration:
When
I see two reasons why there are Windows users for whom
I think we should not have to have the local
I will give it a shot: Pull Request incoming... |
With some colleagues we are having the same issue on Windows. Impossible to have this package to actually work. |
@MoOx can you confirm the PR works? We don't have any windows machines to test on, and it's only the author's "works on my machine" right now |
Sorry I don't have a windows machine around (and I am too lazy to try this PR in a VM as I don't have one yet) and my colleagues on Windows are even more lazy... :) |
Details are in the contributing document: https://github.com/flowtype/flow-for-vscode/blob/master/CONTRIBUTING.md#instructions-for-developers |
Hello, I'm trying to install flow locally inside my project and I also have enable the
flow.useNPMPackagedFlow
but vscode keeps saying that I still need to install flow-bin globally. I'm I doing something wrong? Thank you.The text was updated successfully, but these errors were encountered: