Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape Sequence Issue in Zed Terminal with JetBrains Mono Nerd Font #22437

Open
1 task done
mal1k-me opened this issue Dec 27, 2024 · 0 comments
Open
1 task done

Escape Sequence Issue in Zed Terminal with JetBrains Mono Nerd Font #22437

mal1k-me opened this issue Dec 27, 2024 · 0 comments
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue

Comments

@mal1k-me
Copy link

Check for existing issues

  • Completed

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:

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

Zed Version and System Specs

Zed: v0.166.2 (Zed)
OS: Linux Wayland arch unknown
Memory: 38.9 GiB
Architecture: x86_64
GPU: Intel(R) Iris(R) Xe Graphics (ADL GT2) || Intel open-source Mesa driver || Mesa 24.3.2-arch1.1

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

@mal1k-me mal1k-me added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant