zed
                                
                                
                                
                                    zed copied to clipboard
                            
                            
                            
                        Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
### Summary Selecting "Take ours" for all conflicts in a file is causing the diff to disappear, but then later reappear with the same conflict again that I have already...
Closes #27508 Release Notes: - Fixed unintuitive wrapping behavior when editing Git commit messages.
### Description I'm building a cross platform electron app. However sometimes my DMG builds fail on Mac even if I'm rerunning the same workflow that successfully just ran. It seems...
**Is your feature request related to a problem? Please describe.** Crazy pitch. Sometimes you need some _disposable_ terminals windows that are one shot and they complete fairly quickly. But there...
- [x] pass LSP tasks into list_debug_scenarios - [x] load LSP tasks only once for both modals - [x] align ordering - [x] improve appearance of LSP debug task icons...
### Summary Launching Zed normally does not automatically load necessary LSPs for the project, but using `zed [workspace]` correctly loads the LSPs. Steps to trigger the problem: 1. Install Zed....
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I launch Zed through the App menu the $PATH variable in...
### Summary `showing_code_actions` attribute doesn't activate on `editor::ToggleCodeActions`. ### Description When `editor::ToggleCodeActions` is dispatched, `Editor` context should get `showing_code_actions` attribute. But it only activates when I select action item by...
### Summary [This file](https://github.com/obi1kenobi/trustfall-rustdoc-adapter/blob/48a9f90e835fb48d1f9f88190775c5e44863c2fb/src/rustdoc_schema.graphql) when inserted into the agent context is (silently) getting replaced with an empty outline. ### Description Steps to trigger the problem: 1. Create file locally [with...
Pre-allocates the required memory for storing paths returned by open file dialog on windows Release Notes: - N/A