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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With