How to get rid of “Terminal will be reused by tasks, press any key to close it.” behaviour?
Check if the new feature from VSCode 1.57 (May 2021, 2.5 years after the OP) could help: Automatically close task terminals The task presentation property has a new close property. Setting close to true will cause the terminal to close when the task exits. { “type”: “shell”, “command”: “node build/lib/preLaunch.js”, “label”: “Ensure Prelaunch Dependencies”, “presentation”: … Read more