Im experiencing the exact same problem. it first showed with a disconnect icon that did not allow me to type. and now it shows like the screenshot you are sharing. how can i fix this
I’m experiencing the same terminal issue in Cursor as previously described. After reinstalling Cursor, the terminal functioned correctly for a brief period, but the problem has since returned.
System Details:
Cursor Version: 0.47.8 (user setup)
VSCode Version: 1.96.2
Commit: 82ef0f61c01d079d1b7e5ab04d88499d5af500e0
Date: 2025-03-18T05:39:50.993Z (9 hrs ago)
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 6.2.9200
Issue Description:
When I attempt to open the integrated terminal in Cursor, the terminal panel appears but remains empty with no prompt or content, similar to the screenshot shared earlier in this thread. This issue prevents me from using any terminal functionality within the IDE.
Troubleshooting Steps Taken:
Checked terminal settings to ensure they are correctly configured.
Cleared Cursor’s cache directories located in ~/AppData/Roaming/Cursor/.
Uninstalled and reinstalled Cursor
After reinstallation, the terminal worked briefly but soon reverted to the unresponsive state. I have also verified that the terminal works correctly in Visual Studio Code, indicating that the issue is specific to Cursor.
Guys, if you have these lines in your ~/.zshrc, comment them and your problem will be fixed.
__conda_setup="$('/Users/ferferof/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/ferferof/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/ferferof/anaconda3/etc/profile.d/conda.sh"
else
export PATH="$PATH:/Users/ferferof/anaconda3/bin"
fi
fi
unset __conda_setup