Closed master-of-none closed 9 months ago
Zed was automatically formatting the first line in the code, hence JSON was not being parsed properly. Removed the comments given by Zed and it worked.
"ui_font_family": "CodeNewRoman Nerd Font Mono", "buffer_font_family": "CodeNewRoman Nerd Font Mono", just set buffer_font_family to your respective value
Check for existing issues
Describe the bug / provide steps to reproduce it
After the new update today, anything I change
buffer_font_family
is not getting updated and it is always set to default font settings.Environment
Zed: v0.119.21 (Zed) OS: macOS 14.3.0 Memory: 16 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Here as you can see I have set the font to FiraCode and its not changed
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response