Open ToxicalNoob3062 opened 5 days ago
Please provide your zed version details ("zed: copy system specs to clipboard") as requested by the template.
@notpeter
Zed: v0.161.2 (Zed) OS: Linux X11 linuxmint 21.3 Memory: 15 GiB Architecture: x86_64 GPU: AMD Unknown (RADV RENOIR) || radv || Mesa 23.2.1-1ubuntu3.1~22.04.2
Did I installed the wrong version or something?
Hi @ToxicalNoob3062,
It appears the descriptions from previous lines are wrapping/overflowing in the subsequent elements. Looking at your screenshot I believe this is triggered by using a mono-spaced font for your UI.
What non-default settings do you have in your ~/.config/zed/settings.json
?
I can reproduce on Mac by adding this to my settings:
"ui_font_family": "Zed Plex Mono",
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"ui_font_size": 20,
"buffer_font_size": 20,
"theme": "VSCode Dark Modern",
"ui_font_family": "Fira Code",
"buffer_font_family": "Fira Code",
"autosave": "on_focus_change",
"current_line_highlight": "none",
"auto_update": true,
"format_on_save": "prettier",
"soft_wrap": "editor_width",
"project_panel": {
"dock": "right"
},
"assistant": {
"default_model": {
"provider": "copilot_chat",
"model": "gpt-4o"
},
"version": "2",
"enabled": true
},
"auto_update_extensions": {
"enabled": true
}
}
This is my settings.json. But the question is why it will create problem in choosing a font? It's a bug right? @notpeter the product is really good and fast but the thing is it will take much time to evolve and catch VScode by means of extensions, color icons and default intellisense rather than full dependency on co-pilot.
In case I wasn't clear: it is a bug. We will fix it. I mostly wanted to double-check and make sure my reproduction steps (monospace ui font) matched yours to ensure we fixed it for you too.
Check for existing issues
Describe the bug / provide steps to reproduce it
The bug is in rendering i think. When I click on the context button of Assist panel I see this bug. I am on linux.\
Environment
Did I installed the wrong version or something?
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
``` ```