699b206
Merge pull request #2390 from zed-industries/petros/z-66-command-to-add-a-new-line-on-the
Click to expand commit body
Add newline above and improve newline below
Petros Amoiridis
created
b3b8f85
Assert the editor and unmarked texts are the same
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Petros Amoiridis
and
Max Brunsfeld
created
f9c60b9
Add newline above and improve newline below
Click to expand commit body
Add a new action for inserting a new line above the current line. @ForLoveOfCats also helped fix a bug among other things. When two collaborators had their cursors at the end of a line, and one collaborator performed a newline below action, the second collaborator's cursor would be dragged to the new line. This is also fixing that.
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
304eddb
Remove unnecessary lifetimes from `tab_description`
Joseph Lyons
created
9afd804
Remove unnecessary lifetimes from `tab_tooltip_text`
Joseph Lyons
created
1b477c9
Merge pull request #2383 from zed-industries/show-copilot-more-often
Click to expand commit body
Clean up completion tasks, even if they fail or return no results
Antonio Scandurra
created
d26d0ac
Clean up completion tasks, even if they fail or return no results
Click to expand commit body
This fixes a bug where leaving the completion task in `completion_tasks`
could cause the Copilot suggestion to not be shown due to the LSP not
successfully return a completion.
Antonio Scandurra
created
75d6b63
Add failing test to demonstrate Copilot not showing enough suggestions
Antonio Scandurra
created
8f25b98
Print the final minimized test plan before sending it to zed.dev
3569c61
Minimize randomized test failures before reporting issues
Max Brunsfeld
created
5c3da91
Report randomized test failures to zed.dev, to create issues in linear
Max Brunsfeld
created
c329546
Extract randomized test CI process into a script
Max Brunsfeld
created
253411b
Start work randomized test runner GH action workflow
Max Brunsfeld
created
e655a6c
Merge pull request #2375 from zed-industries/worktree-scan-id-fix
Click to expand commit body
Always bump worktree's scan_id when refreshing an entry
Max Brunsfeld
created
5ea49b3
Fix inconsistent worktree state when renaming entries while scanning
Max Brunsfeld
created
bb1cfd5
Add randomized test for mutating worktree during initial scan
Max Brunsfeld
created
debb694
Always bump scan_id when refreshing an entry
Click to expand commit body
The scan_id needs to be bumped even if a scan is already in progress,
so that worktree updates can detect that entries have changed. This
means that the worktree's completed_scan_id may increase by more than
one at the end of a scan.
Max Brunsfeld
created
c13914b
Merge pull request #2371 from zed-industries/refresh-entry-delay
Click to expand commit body
Restructure background scanner to handle refresh requests even while scanning directories
Max Brunsfeld
created
6a75e88
Merge pull request #2374 from zed-industries/add-vim-mode-metric