Hi all,
I’ve been trying to use Cursor to automate the installation process of our application which requires multiple commands to be run in a variety of directories. The only issue I am facing right now is when a command takes a long time to run, Cursor typically exits (CTRL+C) the terminal before the process has finished.
Right now I pop out the terminal and tell composer to wait until I confirm the process is finished. Is there any way I can prevent the early CTRL+C?