a46e2e8
zed 0.87.2
Max Brunsfeld created
a46e2e8
zed 0.87.2
Max Brunsfeld created
5e3c535
Fix performance problems in reporting changed FS paths to language servers (#2491)
Fixes https://linear.app/zed-industries/issue/Z-1611/main-thread-hangs-while-sending-filesystem-change-events-to-lsp Release Notes: * Fixed a lag that would sometime occur when large numbers of files changed on disk, due to reporting the changed files to language servers.
Max Brunsfeld created
7da9045
Avoid unnecessary code action requests when applying leader updates t… (#2489)
We noticed a huge amount of code actions requests being issued by followers when applying leader updates. It was caused by a call to `MultiBuffer::remove_excerpts` with an empty list of excerpts to remove. This PR fixes that by avoiding emitting spurious events when multibuffer excerpt manipulation methods are called with empty lists.
Max Brunsfeld created
e044da3
zed 0.87.1
Joseph Lyons created
5b73354
Merge pull request #2483 from zed-industries/add-scrollbar-settings
Add scrollbars setting
Mikayla Maki created
10a2a59
Merge pull request #2482 from zed-industries/add-hunks-to-scrollbar
Add diff hunks to the scroll bar
Mikayla Maki created
c93269f
collab 0.12.2
Joseph Lyons created
f69b94b
v0.87.x preview
Joseph Lyons created
0a0769d
Merge pull request #2479 from zed-industries/dont-use-svg-text-feature
Disable usvg's text feature flags to include less dependency code
Julia created
d61b12a
Disable usvg's text feature flags to include less dependency code
Julia created
362f56d
Merge pull request #2478 from zed-industries/Fix-telemetry-bugs
Send editor event when saving a new file
Joseph T. Lyons created
c278598
Send editor event when saving a new file
Joseph Lyons created
2e27f26
Merge pull request #2475 from zed-industries/add-copilot-events
Add events for copilot suggestion accepting and discarding
Joseph T. Lyons created
ffd5039
Don't make events for every rejected suggestion
Joseph Lyons created
55950e5
Remove extra dbg!
Kirill Bulatov created
685f3de
Merge pull request #2462 from zed-industries/kb/go-to-line-column-numbers
Support go to file_query:row:column syntax in Find File, Go To Line dialogs and CLI
Deals slightly differently with zed-industries/community#557
Deals with zed-industries/community#1184
Fixes Go To Line not respecting column number when navigating to a place
Changes a line-row separator from , to : to show it more uniformly with other tools
Adjusts file finder dialogue to allow file_query:row:column syntax and opens the buffer at the lines given
Extends CLI with file_path:row_column syntax and opens these files similarly
Kirill Bulatov created
5d4fc99
Unit test file:row:column parsing
Kirill Bulatov created
be7a58b
Finalize the CLI opening part
Kirill Bulatov created
0c6f103
Return proper items on workspace restoration.
co-authored-by: Mikayla <mikayla@zed.dev>
Kirill Bulatov and Mikayla created
106064c
Do not break Zed & Zed CLI compatibility
Kirill Bulatov created
628558a
Attempt to open rows and columns from CLI input
Kirill Bulatov created
d719352
Unify path:row:column parsing, use it in CLI
Kirill Bulatov created
89fe5c6
Test caret selection in file finder
co-authored-by: Max <max@zed.dev>
Kirill Bulatov and Max created
477bc8d
Make Go To Line to respect column numbers
Kirill Bulatov created
e5bca9c
Simplify file-row-column parsing
Kirill Bulatov created
e960698
Use ':' instead of ',' to separate files, rows and columns
Kirill Bulatov created
0db7f42
Properly place the caret into the window of the file opened
co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
Kirill Bulatov and Mikayla Maki created
54c1e77
Move the caret to the opened file
Kirill Bulatov created
3eea2fb
Parse file find queries with extra data
Kirill Bulatov created
9de4a1b
Merge pull request #2476 from zed-industries/kb/faster-dev-cli
Allow CLI to start Zed from local sources
Kirill Bulatov created
afe75e8
Send copilot events even if file_extension is not known at the time
Joseph Lyons created
6976d60
Rework code to contain submitting of copilot events within editor
Joseph Lyons created
16cab5d
Merge pull request #2477 from zed-industries/fixup-some-more-worktree-bugs
Fixup some more worktree bugs
Julia created
8b63caa
Fix worktree refresh request causing gitignore to not update
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
f502401
Avoid removing fake fs entry when rename fails later in the process
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
2d4b2e0
Fix compile error
Joseph Lyons created
903eed9
Allow CLI to start Zed from local sources
Zed now is able to behave as if it's being started from CLI (`ZED_FORCE_CLI_MODE` env var) Zed CLI accepts regular binary file path into `-b` parameter (only *.app before), and tries to start it as Zed editor with `ZED_FORCE_CLI_MODE` env var and other params needed.
Kirill Bulatov created
421db92
Merge pull request #2470 from zed-industries/kb/fix-project-search-esc
In project search on ESC, reduce multiple carets to one first
Kirill Bulatov created
a7fc07a
Init copilot with client instead of http client
Joseph Lyons created
f50afef
Subscribe to copilot events (WIP)
Joseph Lyons created
a6a2f93
Update telemetry client to accept copilot events
Joseph Lyons created
ead9ac6
Fix typo
Mikayla Maki created
606d5e3
Add events for copilot suggestion accepting and discarding
Mikayla Maki created
790223f
Merge pull request #2473 from zed-industries/fix-styling-feedback
Fix git status issues
Mikayla Maki created
e4d509a
fmt
Mikayla Maki created
4d40aa5
Restore trickle up git status to folder
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
f59256f
Update git repositories to be streamed with their entries
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
6807885
Made status tracking resilient to folder renames
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
307dd2b
Update proto names to reflect new status info
Mikayla Maki created
1e4ab6c
Add index tracking to status
Mikayla Maki created