You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
PyCharm's (And most likely all other Intellij app) terminal windows crash, if Fig is used with ZSH + zsh-syntax-highlighting plugin. This happens even if Fig is disabled.
Commenting following line in ~/.zshrc, fixes the problem
Expected Results:
Terminal window works as expected and the input is displayed.
Actual Results:
Terminal window will close (zsh crashes)
System information:
OS: MacOS Big Sur 11.2.2
Version of PyCharm 2020.3.3 (Professional Edition), Build #PY-203.7148.72, built on January 27, 2021
Version of Fig: 1.36 (B139)
Git commit of Oh-my-zsh 9a9f3831925432fdf4352c24a002506a06d329c1
Git commit of zsh-syntax-highlighting 205bc7ea199cfd4cded51d465baad63b3d7f3aad
Additional Notes:
Fig app can be shut down or running, this makes no difference.
I hope someone with similar setup will be able to reproduce the issue.
The text was updated successfully, but these errors were encountered:
@brendanfalk I'm having this issue with WebStorm as well. Uncommenting the lines associated with Fig in ~/.bash_profile solves the issue. It seems to have occurred out of nowhere as I couldn't get Fig to work with WebStorm earlier, but it didn't crash my terminal.
I've just tried reinstalling with Fig 1.0.55,383 from Homebrew, but doesn't seem to be solved in the latest version.
Summary:
PyCharm's (And most likely all other Intellij app) terminal windows crash, if Fig is used with ZSH + zsh-syntax-highlighting plugin. This happens even if Fig is disabled.
Commenting following line in
~/.zshrc
, fixes the problemSteps to Reproduce:
Expected Results:
Terminal window works as expected and the input is displayed.
Actual Results:
Terminal window will close (zsh crashes)
System information:
OS: MacOS Big Sur 11.2.2
Version of PyCharm 2020.3.3 (Professional Edition), Build #PY-203.7148.72, built on January 27, 2021
Version of Fig: 1.36 (B139)
Git commit of Oh-my-zsh 9a9f3831925432fdf4352c24a002506a06d329c1
Git commit of zsh-syntax-highlighting 205bc7ea199cfd4cded51d465baad63b3d7f3aad
Additional Notes:
Fig app can be shut down or running, this makes no difference.
I hope someone with similar setup will be able to reproduce the issue.
The text was updated successfully, but these errors were encountered: