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
Using JetBrains Mono Nerd Font causes an issue when running Rust programs. The terminal seems to have a problem with an invalid escape sequence related to conda configurations:
CustomValidationError: Parameter auto_activate_base = 'false\n\x1b[?2004l' declared in <<merged>> is invalid.
The value 'false\n\x1b[?2004l' cannot be boolified.
Details
Here are my conda configurations:
set -Ux CONDA_AUTO_ACTIVATE_BASE false in fish shell (my default shell)
auto_activate_base: false in .condarc
The issue is specific to Zed terminal when running Rust programs. Normal Zed terminal sessions and my system terminals such as COSMIC Terminal and Konsole with JetBrains Mono Nerd Font (set in Zed as well) work fine. I use Conda for other Python projects without issues.
Workaround
Switching to the normal JetBrains Mono Nerd font in Zed Settings
Check for existing issues
Describe the bug / provide steps to reproduce it
Description
Using JetBrains Mono Nerd Font causes an issue when running Rust programs. The terminal seems to have a problem with an invalid escape sequence related to
conda
configurations:Details
Here are my
conda
configurations:set -Ux CONDA_AUTO_ACTIVATE_BASE false
in fish shell (my default shell)auto_activate_base: false
in.condarc
The issue is specific to Zed terminal when running Rust programs. Normal Zed terminal sessions and my system terminals such as COSMIC Terminal and Konsole with JetBrains Mono Nerd Font (set in Zed as well) work fine. I use Conda for other Python projects without issues.
Workaround
Switching to the normal JetBrains Mono
Nerdfont in Zed SettingsZed Version and System Specs
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: