Commit log
1064b14
Don't use TestPlan's rng in fake LSP handlers
Click to expand commit body
These should use the test context's rng, so that they behave the same whether
a pre-recorded plan was used, or the plan is being generated.
Max Brunsfeld
created
2 years ago
2d63ed3
Merge branch 'main' into randomized-tests-operation-script
Max Brunsfeld
created
2 years ago
e5861d6
Fix typos in EULA
Nathan Sobo
created
2 years ago
bda7086
Clear guest's shared buffers if they rejoin project after leaving while host was disconnected
Max Brunsfeld
created
2 years ago
8e68c7f
Do include operations in serialized test plan if they cause a client to hang
Max Brunsfeld
created
2 years ago
43a94cd
Don't skip worktree updates if unknown entries are removed
Click to expand commit body
When rejoining a project, if entries were both created and deleted since
joining the project, the guest will receive those entries ids in as
removed.
Max Brunsfeld
created
2 years ago
661fba8
Run executor until parked at end of each iteration of random collaboration test
Click to expand commit body
Without this, the server doesn't get dropped at the end of the test, and we eventually run
out of file handles due to sqlite connections being retained.
Max Brunsfeld
created
2 years ago
781d66f
Omit operations for non-existent users from serialized test plan
Max Brunsfeld
created
2 years ago
43b6e7a
Merge pull request #2360 from zed-industries/maybe-fix-lock-screen-crash
Click to expand commit body
Hesitant possible fix for lock screen crash
Julia
created
2 years ago
6e3bf7f
Hesitant possible fix for lock screen crash
Click to expand commit body
This may cause issues in this situations but as I cannot repro this I'm
making the call to try something and see how it plays out
Julia
created
2 years ago
Joseph Lyons
created
2 years ago
3b6c975
Merge pull request #2357 from zed-industries/update-eula
Click to expand commit body
Update EULA
Joseph T. Lyons
created
2 years ago
5becdbd
Fix spacing in EULA
Joseph Lyons
created
2 years ago
af826f5
Merge pull request #2359 from zed-industries/prefer-right-statusbar-items
Click to expand commit body
Prioritize displaying right statusbar items overtop left items if needed
Julia
created
2 years ago
77bb52f
Prioritize displaying right statusbar items overtop left items if needed
Julia
created
2 years ago
64428ba
Merge pull request #2358 from zed-industries/more-copilot-fixes
Click to expand commit body
Invalidate copilot suggestion on backspaces
Mikayla Maki
created
2 years ago
78742d5
Add additional case to range invalidation test
Click to expand commit body
co-authored-by: antonio <antonio@zed.dev>
Mikayla Maki
and
antonio
created
2 years ago
b585470
Invalidate copilot suggestion on backspaces
Click to expand commit body
Restore an observation on initialization
co-authored-by: antonio <antonio@zed.dev>
Mikayla Maki
and
antonio
created
2 years ago
e2c690c
Merge pull request #2356 from zed-industries/copilot-on-preview
Click to expand commit body
Disable Copilot entirely for stable releases
Antonio Scandurra
created
2 years ago
Nathan Sobo
created
2 years ago
7ba46a0
Honor `ZED_RELEASE_CHANNEL` environment variable only in development
Click to expand commit body
We don't want people to be able to override the release channel in
production.
Antonio Scandurra
created
2 years ago
15b26e1
Disable Copilot entirely for stable releases
Click to expand commit body
This lets us remove the logic for detecting whether a user is a staff
member.
Antonio Scandurra
created
2 years ago
781d065
Merge pull request #2355 from zed-industries/refine-copilot
Click to expand commit body
Iterate some more on Copilot
Antonio Scandurra
created
2 years ago
03a4c9d
Use the cursor variable instead of selection.start
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
f920e02
Indent instead of accepting suggestion if cursor is in leading whitespace
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
dcd8bdf
Update visible suggestion if edit occurs outside the current editor
Antonio Scandurra
created
2 years ago
6e821ee
Prevent `tab` from accepting a copilot suggestion when it isn't visible
Antonio Scandurra
created
2 years ago
661be7b
Refresh copilot suggestions when accepting a completion
Antonio Scandurra
created
2 years ago
7a7dc95
Refresh copilot suggestions when undoing/redoing
Antonio Scandurra
created
2 years ago
399451b
Capture copilot behavior in a editor unit test
Antonio Scandurra
created
2 years ago
1159f55
Avoid applying outdated UpdateProject methods after rejoining a room
Max Brunsfeld
created
2 years ago
1ccf174
Avoid applying outdated UpdateProject messages
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
808ddc2
Merge pull request #2353 from zed-industries/more-intuitive-autocomplete-with-copilot
Click to expand commit body
Match VS Code's behavior when deciding whether to show Copilot suggestion
Antonio Scandurra
created
2 years ago
65fd605
Revert "Return the previous suggestion when replacing it"
Click to expand commit body
This reverts commit 971c88db809f448cada0fcdfea53051fedac84f3.
Antonio Scandurra
created
2 years ago
e7150d0
Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby
Click to expand commit body
Fix embedded highlight in ruby
Nate Butler
created
2 years ago
7ff97e5
Fix embedded highlight in ruby
Nate Butler
created
2 years ago
b58ac81
Trigger copilot only on insertion and deletion
Click to expand commit body
Also, avoid showing the suggestion if a completion is in progress to
avoid flickering.
Antonio Scandurra
created
2 years ago
971c88d
Return the previous suggestion when replacing it
Antonio Scandurra
created
2 years ago
a2aad31
Merge pull request #2352 from zed-industries/debounce-copilot
Click to expand commit body
Debounce copilot completions
Antonio Scandurra
created
2 years ago
e970d84
Debounce copilot completions
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
5df5973
Merge pull request #2351 from zed-industries/more-copilot-enhancements
Click to expand commit body
Fix additional Copilot issues
Antonio Scandurra
created
2 years ago
60955fb
Refresh active copilot suggestion when accepting completion
Antonio Scandurra
created
2 years ago
79d5bb4
Clear Copilot suggestions when it gets disabled from the settings
Antonio Scandurra
created
2 years ago
abf158a
Merge pull request #2347 from zed-industries/disable-yaml-key-ordering
Click to expand commit body
Disable key ordering diagnostic for YAML
Antonio Scandurra
created
2 years ago
bcf9b2f
Add missing random delays in FakeFs
Max Brunsfeld
created
2 years ago
91d8598
Merge pull request #2350 from zed-industries/copilot-disable
Click to expand commit body
Disable copilot unless the staff mode flag is flipped
Mikayla Maki
created
2 years ago
fa32a20
fixup! fixup! fixup! removed copilot from generated schema and command palette
Mikayla Maki
created
2 years ago
a1abe8d
fixup! fixup! removed copilot from generated schema and command palette
Mikayla Maki
created
2 years ago
Page 19 of 190