Branches (1061)

extension-workflow-permissions

ed131e4 Some more cleanup

MrSubidubi created

multibuffer_breadcrumbs_toolbar_redesign

483c8ae More cargo clippy fixes

KyleBarton created

2025-12-21-droid-docs-test-locally

7a462ca Quote Escape

morgankrey created

push-pqpuyozqqmqm

a3ae435 Add UI: icon button and right-click tab menu item

Danilo Leal created

breakpoint-store-fix-registration-on-remotes

f3c2683 Merge branch 'main' into breakpoint-store-fix-registration-on-remotes

Piotr Osiewicz created

gdb-dap-workaround

f70f496 dap: Skip ConfigurationDone for GDB version < 17

Jakub Konka created

docs/auto-update-2025-12-20

7322f09 docs: auto-update documentation

Click to expand commit body

Based on my analysis of the git diff and documentation changes, I can now provide the summary:

## Documentation Update Summary

### Changes Made

| File | Change | Related Code |
| --- | --- | --- |
| docs/src/configuring-languages.md | Removed extraneous blank line in Storage Location list | Prettier formatting fix |
| docs/src/configuring-zed.md | Removed extraneous blank line in preview tabs list | Prettier formatting fix |
| docs/src/development.md | Removed 2 extraneous blank lines in numbered workflow steps | Prettier formatting fix |
| docs/src/extensions/themes.md | Removed 5 extraneous blank lines in Theme object components list | Prettier formatting fix |
| docs/src/languages/r.md | Removed extraneous blank line in extension list | Prettier formatting fix |
| docs/src/vim.md | Removed extraneous blank line in AnyQuotes/AnyBrackets section | Prettier formatting fix |

### Rationale

These changes are formatting-only fixes to comply with Prettier's 80-character line width standard defined in `docs/.prettierrc`. The blank lines that were removed appeared between list item headers and their nested content, which Prettier considers unnecessary. All changes maintain the same rendered output - only the source markdown structure is affected.

### Review Notes

- All 6 files now pass `npx prettier --check docs/src/`
- No content changes - purely whitespace/formatting normalization
- Changes involve removing blank lines between numbered/bulleted list items and their sub-items (e.g., `2. **Test the first version:**` followed by a blank line before the nested bullets)
- This is a formatting consistency fix, not triggered by specific code changes
- Total impact: 11 line deletions across 6 files

Triggered by: commit 12dbbdd1d339d6de7be57015f4210127a017f2fe

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

factory-droid[bot] and factory-droid[bot] created

docs/auto-update-2025-12-19

eac1b0f docs: auto-update documentation

Click to expand commit body

Now I have all the information I need to create the summary. Let me analyze the changes:

## Documentation Update Summary

### Changes Made

| File | Change | Related Code |
| --- | --- | --- |
| `docs/src/vim.md` | Added new `:r[ead] [name]` command to Vim command table | New Vim :read command support |
| `docs/src/configuring-languages.md` | Formatting fix: removed extra blank line before storage locations list | Prettier formatting compliance |
| `docs/src/configuring-zed.md` | Formatting fix: removed extra blank line before preview tab conversion methods | Prettier formatting compliance |
| `docs/src/development.md` | Formatting fix: removed extra blank lines before test workflow steps | Prettier formatting compliance |
| `docs/src/extensions/themes.md` | Formatting fix: removed extra blank lines before numbered list items | Prettier formatting compliance |
| `docs/src/languages/r.md` | Formatting fix: removed extra blank line in R extension list | Prettier formatting compliance |

### Rationale

The documentation changes fall into two categories:

1. **Feature Documentation (vim.md)**: Added documentation for the new `:r[ead] [name]` Vim command which reads file content and inserts it below the cursor. This is a standard Vim feature that has been implemented in Zed's Vim mode.

2. **Formatting Compliance (all other files)**: Prettier formatting was applied to fix inconsistent blank line usage in nested lists. The changes remove extraneous blank lines that appeared before list items within numbered lists, bringing the documentation into compliance with the project's Prettier configuration (80 character line width, consistent list formatting).

### Review Notes

- **Vim :read command**: Reviewers should verify this command matches the actual implementation behavior. The syntax `:r[ead] [name]` indicates the command accepts an optional filename argument.
- **Formatting changes**: These are purely cosmetic Prettier fixes with no content changes. The semantic meaning of all affected documentation remains identical.
- **Table reformatting in vim.md**: The command table column widths were adjusted to accommodate the new `:r[ead] [name]` command, which is longer than existing entries.

Triggered by: commit 6dfabddbb4c219f7a0ec0b2174d880040d43cf1d

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

factory-droid[bot] and factory-droid[bot] created

provider-extensions

4a32d2e Merge branch 'main' into provider-extensions

Mikayla Maki created

kb/shaky-agents

8dd0274 Add a draft that fixes things

Kirill Bulatov created

cancellable-project-search-3

614d143 Less scoping and lifetimes for workers

Piotr Osiewicz created

git-integration-settings

6aa901e get setting working for gutter again

Anthony Eid created

2025-12-19-droid-docs-error

12c2c7c ci: stash changes before branch checkout in phase 7

Click to expand commit body
Fixes conflict when daily branch already exists and local
changes from phase 5 would be overwritten.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

morgankrey and factory-droid[bot] created

project-panel-undo-redo

d9b6e28 Add trash & restore operations to `Fs`

Click to expand commit body
---------

Co-authored-by: Cole Miller <cole@zed.dev>

HactarCE and Cole Miller created