bcf9b2f
Add missing random delays in FakeFs
Max Brunsfeld created
bcf9b2f
Add missing random delays in FakeFs
Max Brunsfeld created
91d8598
Merge pull request #2350 from zed-industries/copilot-disable
Disable copilot unless the staff mode flag is flipped
Mikayla Maki created
fa32a20
fixup! fixup! fixup! removed copilot from generated schema and command palette
Mikayla Maki created
a1abe8d
fixup! fixup! removed copilot from generated schema and command palette
Mikayla Maki created
ae6a671
fixup! removed copilot from generated schema and command palette
Mikayla Maki created
47de4dc
removed copilot from generated schema and command palette
Mikayla Maki created
6bfecd7
Refactor staff mode into a seperate crate and make copilot initialization wait for the staff mode flag to be flipped
Mikayla Maki created
b251e24
Check for consistency between clients every time the system quiesces
Max Brunsfeld created
7b0a6c0
Add an 'on_failure' attribute to gpui tests
This lets us perform a finalization step when a randomized test fails.
Max Brunsfeld created
5ecc960
Use synchronous locks in FakeFs
This way, the state can be accessed without running the deterministic executor.
Max Brunsfeld created
55297c1
Merge pull request #2348 from zed-industries/copilot-feedback
Fix issues from copilot feedback
Mikayla Maki created
f95732e
Fix bug where guest would drop BufferSaved messages while opening the buffer
Max Brunsfeld created
1627cf7
Add standard copilot keybinding
Mikayla Maki created
bab0e88
Fix bug where copilot auth window will only be shown once
Mikayla Maki created
543301f
Avoid repeatedly loading/saving the test plan for each iteration
Max Brunsfeld created
2e33f8b
fixup! Remove per-file copilot enable/disable
Mikayla Maki created
48d9c30
Remove per-file copilot enable/disable
Mikayla Maki created
0250898
Enable copilot in all file types by default
Mikayla Maki created
c960277
Merge branch 'main' into randomized-tests-operation-script
Max Brunsfeld created
2c0a645
Provide `workspace_folders` capability when initializing LSP
This fixes the YAML language server which was erroring on startup after adding the `did_change_watched_files` capability in #2258.
Antonio Scandurra created
588b2da
Disable key ordering diagnostic for YAML language server
Antonio Scandurra created
6955765
Merge pull request #2346 from zed-industries/petros/z-360-dragging-file-from-tree-to-split-results
Fix dragging file from tree to split results in empty pane
Petros Amoiridis created
5a39772
Do not drop the task
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis and Antonio Scandurra created
cdfe873
Merge pull request #2343 from zed-industries/handles
Make typed handles wrappers around their untyped equivalents
Nathan Sobo created
0cb73b6
Merge pull request #2345 from zed-industries/autocomplete-vs-copilot
Make autocompletion and copilot mutually exclusive
Antonio Scandurra created
b88aa9a
Clear active copilot suggestion only if there is one
Antonio Scandurra created
ec5309b
Make autocompletion and copilot mutually exclusive
Antonio Scandurra created
b6a9d90
Move creation of `GetCompletionsParams` entirely to the background
Antonio Scandurra created
0b9e609
Merge pull request #2344 from zed-industries/copilot-collaboration
Fix Copilot errors when opening buffers that don't exist locally
Antonio Scandurra created
b26d4f4
:fire:
Antonio Scandurra created
75ecf92
Fix Copilot errors when opening buffers that don't exist locally
Antonio Scandurra created
138aa04
Add downcast_ref to AnyViewHandle
I use unsafe code to transmute an AnyViewHandle to a ViewHandle<T> when the type matches. Because ViewHandle<T> is repr(transparent) to the wrapped AnyViewHandle, this is safe.
Nathan Sobo created
71cf6ec
Use into_any instead of weird 'as' hack
Nathan Sobo created
27258a0
Remove From trait for AnyViewHandle in favor of into_any method
I think it's more explicit.
Nathan Sobo created
aed8df9
Wrap AnyWeak handles with their typed counterparts
Nathan Sobo created
82a713f
Store AnyViewHandle inside ViewHandle and Deref to it
Nathan Sobo created
59fb4b3
Merge pull request #2342 from zed-industries/trust-npm-version-management
Trust NPM instead of managing dirs for different Node server versions
Julia created
8c0db17
Trust NPM instead of managing dirs for different Node server versions
Julia created
c19e6f8
Merge pull request #2338 from zed-industries/more-copilot-bugs
More copilot bugs
Mikayla Maki created
297fd5f
Merge pull request #2340 from zed-industries/fix-json-lsp-remove
Fix bug where JSON LSP would be deleted on installation.
Mikayla Maki created
dcaa355
Switch from removing all directories in the container dir to removing the non-version dir
Mikayla Maki created
0ae298a
Merge pull request #2339 from zed-industries/revert
Revert "Merge pull request #2335 from zed-industries/dont-delete-json…
Julia created
0f4f3bf
Revert "Merge pull request #2335 from zed-industries/dont-delete-json-server-after-downloading-it"
This reverts commit 516e77906e100b64021a3941193977ccf8f0ec86, reversing changes made to 54582fd77fec3eb0620ee6b687efa7e046bb33c4.
Julia created
57b5c1e
Fix crash on initiating copilot during collaboration. Copilot is now disabled when collaborating.
Mikayla Maki created
f616e8b
Merge pull request #2336 from zed-industries/respect-languages-alias-in-settings-file
Add support for writing to the langauge_overrides alias in settings
Mikayla Maki created
b6882f0
Fix typo in copilot button
Mikayla Maki created
e5a6b11
Merge pull request #2334 from zed-industries/quiet-copilot-loggin
Add handlers for LogMessage and statusNotification to copilot LSP
Mikayla Maki created
c1445fe
Add support for the langauge_overrides alias in the settings file updating code
Mikayla Maki created
bdce96b
Update copilot.rs
Mikayla Maki created
516e779
Merge pull request #2335 from zed-industries/dont-delete-json-server-after-downloading-it
Don't delete JSON language server directly after downloading it
Julia created