Branches (982)

fix-none-register-for-more-methods

fa2e24f fix include text

Smit Barmase created

lw/lsptoo-ids

557fbe5 Hack extensions language servers to record their IDs

Lukas Wirth created

editor-mode-setting

bd886e4 Don't read global vim mode setting + mode->display_mode

Oleksiy Syvokon created

namespace_everywhere

76ab2d7 Switch to ubuntu24.04

Peter Tripp created

sumtree-v10000

3870eef Merge branch 'main' into sumtree-v10000

Piotr Osiewicz created

no-install-agent-remote

cb1ed72 fix

Click to expand commit body
Co-authored-by: Peter Tripp <petertripp@gmail.com>

Cole Miller and Peter Tripp created

faster_arm_linux

044594d Merge branch 'main' into faster_arm_linux

Peter Tripp created

fix-workspace-rename

b44ff09 fix workspace/willRenameFiles buffer not editing

Smit Barmase created

revert-36441-better-handle-lsp-did-save-did-change

6dcd557 Revert "project: Handle `textDocument/didSave` and `textDocument/didChange` (…"

Click to expand commit body
This reverts commit c5991e74bb6f305c299684dc7ac3f6ee9055efcd.

Smit Barmase created

fix-diagnostic-excerpts-issues

bc2c89a fix diagnostic exceprt issues

Click to expand commit body
Co-authored-by: Lukas Wirth <lukas@zed.dev>

Smit Barmase and Lukas Wirth created

lw/terminal-venv

9f54112 Fix venv path not being checked for existing

Lukas Wirth created

configure-model-capabilities

de9d470 open_ai: Configurable model capabilities

Oleksiy Syvokon created

taffy-zero-width-bug-log-taffy-calls

1c2df4a Instead try to output something close to taffy api usage

Michael Sloan created

taffy-zero-width-bug

297fd85 Code for debugging issue with no width available

Click to expand commit body
This commit enables extremely verbose taffy logging and adds output of the layout ids for the Open Router settings container ID and the ID for the text input that has the issue.  https://gist.github.com/mgsloan/28a2d8d9c9c803fc60898eae9db1ec8e is the subsets of the logs starting with the first line with the container ID and ending with the last line that has the container ID (see the end of the logs for these IDs)

Repro for the issue:

* Set ui_font_size to 20 in user settings.json
* Open zed agent settings
* Expand Open Router settings
* Resize panel until the API key input field becomes small

Michael Sloan created