extension-workflow-permissions
ed131e4
Some more cleanup
MrSubidubi created
ed131e4
Some more cleanup
MrSubidubi created
483c8ae
More cargo clippy fixes
KyleBarton created
fb1ed14
Autofix
Zed Zippy created
7a462ca
Quote Escape
morgankrey created
ed13233
Autofix
Zed Zippy created
a3ae435
Add UI: icon button and right-click tab menu item
Danilo Leal created
f3c2683
Merge branch 'main' into breakpoint-store-fix-registration-on-remotes
Piotr Osiewicz created
f70f496
dap: Skip ConfigurationDone for GDB version < 17
Jakub Konka created
7322f09
docs: auto-update documentation
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
eac1b0f
docs: auto-update documentation
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
4a32d2e
Merge branch 'main' into provider-extensions
Mikayla Maki created
4d46eca
machete --fix
Ben Kunkle created
8dd0274
Add a draft that fixes things
Kirill Bulatov created
dad6f24
initial test setup
cameron created
614d143
Less scoping and lifetimes for workers
Piotr Osiewicz created
6aa901e
get setting working for gutter again
Anthony Eid created
12c2c7c
ci: stash changes before branch checkout in phase 7
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
56e6221
Autofix
Zed Zippy created
54dc913
wip
Cole Miller created
d9b6e28
Add trash & restore operations to `Fs`
--------- Co-authored-by: Cole Miller <cole@zed.dev>
HactarCE and Cole Miller created