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
bed9445
Avoid calling `focus_in` when creating window
Click to expand commit body
This is redundant because when creating a window we will receive
an activation event if the window was effectively focused. And if
it wasn't, we shouldn't call `focus_in`.
Antonio Scandurra
created
1dcd471
Select language based on a file's first content line in addition to its path
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