Earlier quoted context omitted.
Awesome, thank you. I've been trying it for the last few minutes, really liking it. Pretty impressed with how well it works using ollama + qwen3:32b Two nitpicks: 1) the terminal is not picking up my regular terminal font, which messes up the symbols for my zsh prompt (is there a way to fix this?) 2) the model, even though it's suggesting very good edits, and gives very precise instructions with links to the exact pl…
1. You can specify your terminal font via terminal.font_family in zed settings.json 2. Not sure. 3. For most languages, the default is to use prettier for formatting. You can disable `format_on_save` globally, per-language and per project depending on your needs. If you ever need to save without triggering format ("workspace: save without formatting"). Prettier is /opinionated/ -- and its default is `singleQuote` = f…
It would be nice for prettier to throw a user warning before making a ton of changes on save for the first time, and also let them know where they can configure it