Issue
In VSCode I can go into 'OUTPUT' and see logs of all internal tasks that VSCode is running for me, for example a TypeScript server:
I need to see the logs of the TypeScript server in WebStorm because I need to debug weird compilation behavior.
How can I reveal all tasks and servers and their logs WebStorm is running for me?
Solution
You can enable debug logging for #com.intellij.lang.javascript.service.JSLanguageServiceQueue:trace in Help | Debug log settings and then inspect the idea.log.* files (Help > Show Log in ...) as well as the .log files created in your project folder while working with your app
Answered By - lena

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.