vscode-flow-ide
vscode-flow-ide copied to clipboard
seems not work at all?
neither error check nor coverage test.. even set a fake value to flowide.pathToFlow, it doesn't give any error
BTW: the offical extension runs ok, but too slow, i'd like to try this.
I'm having the same issue. I am using VSCode 1.20.0-insider
Hey guys, a temporary fix is to open workspace settings and add:
{
"flowide.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow"
}
I have this code:
//@flow
function concat( a : string, b : string ) {
return a+b
}
.flowconfig:
[ignore]
[include]
[libs]
[options]
And still get the error: 'types' can only be used in a .ts file.'
@aamadeo27
You still have vscode validation on. Turn it off in user settings. "javascript.validate.enable": false
Not working here. VSCode 1.25.1
Same here for VSCode 1.32.3
Same on 1.33.1