impossible to click on error messages
I use the file watcher for typescript :
E.g. this produce such error messages in the run panel :
/usr/local/bin/tsc --sourcemap fo.ts
fo.ts(8,1): error TS2304: Cannot find name 'oto'.
fo.ts(9,1): error TS2304: Cannot find name 'aze'.
fo.ts(10,1): error TS2304: Cannot find name 'azef'.
Process finished with exit code 1
But I can not click on the line numbers to go directly to the error !
While this used to work before ...
Perhaps there is a link with the fact that I have just updated my typescript compiler ?
Thank you for helping me.
Vincent.
请先登录再写评论。
Please provide the log file (Help | Show log).
Also on which error message are you clicking exactly? Screenshot would be helpful.
Yes, the problem is caused by TSC compiler update - therecent versions (starting from 1.1.0-1) don't include a path to file in error log output.
https://youtrack.jetbrains.com/issue/WEB-13667 is fixed in WebStorm 9
Thank you for this precious information :
so I have re-installed the version 1.0.1 of typescrypt, and I will wait webstorm9. That's work again.
You make me win confort and time. Thank you again.