Reputation: 9
I’m encountering an issue where the make -j8
command produces completely different results in the Cursor built-in terminal compared to the system terminal. The output in the Cursor terminal does not match the expected behavior.
However, when I switch to bash
within Cursor and run the same command, the output becomes normal. This makes me suspect that the issue might be related to Cursor’s default use of zsh
, but I’m not sure whether it’s a problem with zsh
or Cursor itself.
By the way, everything is normal in VSCode.
Here’s a screenshot comparing the outputs:
Upvotes: 0
Views: 75