I was able to get live edit working following these instructions: running-and-debugging-node-js
And I was able to get nodemon running following this post: How can I run nodemon from within WebStorm?
However, I am unable to combine the two configurations to get live edit working with nodemon...
If I add nodemon parameters to my live edit config it stops working
ideas?
Thanks