How to run VSCode Tasks in WebStorm?
We have tasks in VSCode which are created under .vscode/tasks.json. We run them in VSCode using Ctrl + Shift + B in Windows. I would like to check if there is a way to execute these tasks in WebStorm. I am new to using WebStorm and trying to figure things out. Thanks.
请先登录再写评论。
There is no way to use VSCode tasks.json in Webstorm. If you like to run some external tools from the IDE, you have to set them us in Settings | Tools | External Tools. See https://www.jetbrains.com/help/webstorm/2022.2/configuring-third-party-tools.html#local-ext-tools
A reply along the lines of “this is on our list and will be included in a future update” would have been more helpful. Or at least “we're looking into making this smoother"
A lot of project readme's assume VSCode and every bit of friction costs you users.