ZIm/crates/collab/src/tests
Piotr Osiewicz 0a13b9ee01
lsp: Provide completion reason in the request (#12893)
This should help LS make a better call about the completions it should
return back to the caller. For example, it speeds up import completions
for typescript.
Before: 


https://github.com/zed-industries/zed/assets/24362066/b38fd565-f9ff-4db7-a87f-c3b31a9fdc96

after: 


https://github.com/zed-industries/zed/assets/24362066/d4fbc9ae-9aab-4543-b9f6-16acf1619576


This should be merged after 06.12 Preview to give it some time on
Nightly.

Release Notes:

- N/A
2024-06-13 14:38:34 +02:00
..
channel_buffer_tests.rs Rename RemoteProject -> DevServerProject (#11301) 2024-05-02 11:00:08 -06:00
channel_guest_tests.rs Allow setting a channel for new users to auto-join (#9291) 2024-03-13 11:11:31 -06:00
channel_message_tests.rs Fix mention notifications are not updated after message change and not removed after a message is deleted (#9847) 2024-04-02 20:40:00 -06:00
channel_tests.rs Support very large channel membership lists (#11939) 2024-05-16 20:02:25 -06:00
dev_server_tests.rs Reconnect button for remote projects (#12669) 2024-06-10 18:09:47 -06:00
editor_tests.rs chore: Bump lsp-types to 0.97.0 (#12928) 2024-06-13 13:48:12 +02:00
following_tests.rs Improve context expansion (#10957) 2024-05-26 16:30:09 -07:00
integration_tests.rs chore: Bump lsp-types to 0.97.0 (#12928) 2024-06-13 13:48:12 +02:00
notification_tests.rs channel projects (#8456) 2024-02-26 22:15:11 -07:00
random_channel_buffer_tests.rs channel projects (#8456) 2024-02-26 22:15:11 -07:00
random_project_collaboration_tests.rs lsp: Provide completion reason in the request (#12893) 2024-06-13 14:38:34 +02:00
randomized_test_helpers.rs chore: Fix clippy for upcoming 1.79 Rust release (#12727) 2024-06-06 12:46:53 +02:00
test_server.rs Pull app / OS info out of GPUI, add Linux information, make fallible window initialization (#12869) 2024-06-11 11:43:12 -07:00