vscode-flow-ide icon indicating copy to clipboard operation
vscode-flow-ide copied to clipboard

seems not work at all?

Open fatfatson opened this issue 7 years ago • 7 comments

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.

fatfatson avatar Dec 14 '17 02:12 fatfatson

I'm having the same issue. I am using VSCode 1.20.0-insider

jcowgar avatar Dec 29 '17 17:12 jcowgar

Hey guys, a temporary fix is to open workspace settings and add:

{
  "flowide.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow"
}

verydanny avatar Jan 10 '18 19:01 verydanny

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 avatar Feb 07 '18 01:02 aamadeo27

@aamadeo27

You still have vscode validation on. Turn it off in user settings. "javascript.validate.enable": false

verydanny avatar Feb 07 '18 02:02 verydanny

Not working here. VSCode 1.25.1

zenz avatar Jul 19 '18 02:07 zenz

Same here for VSCode 1.32.3

English3000 avatar Mar 24 '19 16:03 English3000

Same on 1.33.1

pizzarob avatar Apr 17 '19 18:04 pizzarob