You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New auto attach behaviour is way too slow for scenarios with multi staged project launch such as running eslint, then copyfiles for some assets, then concurrently with typescript watch and nodemon.
Option to opt out from new auto attach back to old behaviour when it would only attach to processes flagged by --inspect would be handy.
I don't mind it taking a tad longer, but when that happens for 6 sub processes that I don't care about - it becomes frustrating.
The text was updated successfully, but these errors were encountered:
New auto attach behaviour is way too slow for scenarios with multi staged project launch such as running eslint, then copyfiles for some assets, then concurrently with typescript watch and nodemon.
Option to opt out from new auto attach back to old behaviour when it would only attach to processes flagged by
--inspect
would be handy.I don't mind it taking a tad longer, but when that happens for 6 sub processes that I don't care about - it becomes frustrating.
The text was updated successfully, but these errors were encountered: