I have PowerShell 7 installed as my Windows terminal by default. Could this cause additional issues with the terminal in Cursor IDE?
I can’t speak on whether PowerShell 5 works better/worse than 7, but I’m currently running PowerShell 7.5.2 in Cursor 1.4.5 without issue.
You may encounter issues when running oh-my-posh or other terminal view-altering tools, so consider turning off oh-my-posh if you’re using it. Cursor already defines the CURSOR_AGENT environment variable for that purpose. Docs here:
My Agent terminal often freezes at the end of execution. I have to press Enter twice or KeyboardInterrupt once. Sometimes it doesn’t help either.
Recently, developers have added an automatic KeyboardInterrupt. I decided to check if I was the only one still suffering.
Ah, got it. My agent terminal does freeze at the end of command execution with PowerShell sometimes, but it’s infrequent. Not sure if the issue is Windows-specific or PowerShell-specific though. It doesn’t happen with ZSH on Mac.