Peter Tripp
Peter Tripp
Updates repository URL and removes redundant bash tree-sitter for Shell Script already provided in Zed core. Diff: - https://github.com/zed-extensions/bash/compare/v0.0.1...v0.0.3
If we have removed an extension from this repo because of missing upstreams, we should likely unpublish the existing extension versions. See: - [ ] https://github.com/zed-industries/extensions/pull/2447 - [ ] https://github.com/zed-industries/extensions/pull/2859...
### Summary Add explicit support for using multi-line regexes. ### Description Zed currently only supports multiline regex implicitly if there is a `\n` included in the needle: https://github.com/zed-industries/zed/blob/8cf7206adf2fd902cff39d4ea3391a5764d7892c/crates/project/src/search.rs#L140 But there...
### Summary When a user encounters a recoverable rate-limit error when bringing their own API Key (Anthropic/OpenAI) instead of erroring, wait. Use hints in the response headers. ### Description For...
### Summary Currently Zed does not behave particularly well when offline, once configured (extensions, language servers downloaded, etc) Zed should be a distraction free editor that supports offline use /...
### Description Steps to reproduce: 1. Add `"show_completion_documentation": false,` to your Zed User settings. 2. Open an assistant panel. 3. Type `/` I don't know whether this is intended behavior....
### Summary GitHub Copilot supports something similar to Zed Edit Predictions [Copilot Next Edit Suggestions](https://code.visualstudio.com/blogs/2025/02/12/next-edit-suggestions). ### Description Zed recently switch from using [copilot.vim](https://github.com/zed-industries/copilot) to [copilot-language-server](https://github.com/orgs/github/packages/npm/package/copilot-language-server): - https://github.com/zed-industries/zed/pull/27401 It does not...
### Summary Copy Permalink does not work correctly on modified files (links to wrong line) Steps to reproduce: 1. Edit a file in a git repo add a bunch of...
### Summary If you connection to collab servers becomes unavailable, channel notes do not automatically reconnect. Use must manually re-open all channel notes buffers. ### Description Steps to reproduce: 1....
### Description Dragging and dropping in the project panel is pretty primitive at the moment. Would be nice to have some features that make it behave more like Finder or...