Files
zed/extensions
Marshall Bowers 089cc85d4a Use a dedicated test extension in extension tests (#13781)
This PR updates the `extension` crate's tests to use a dedicated test
extension for its tests instead of the real Gleam extension.

As the Gleam extension continues to evolve, it makes it less suitable to
use as a test fixture:

1. For a while now, the test has failed locally due to me having `gleam`
on my $PATH, which causes the extension's `get_language_server_command`
to go down a separate codepath.
2. With the addition of the `indexed_docs_providers` the test was
hanging indefinitely.

While these problems are likely solvable, it seems reasonable to have a
dedicated extension to use as a test fixture. That way we can do
whatever we need to exercise our test criteria.

The `test-extension` is a fork of the Gleam extension with some
additional functionality removed.

Release Notes:

- N/A
2024-07-03 11:10:51 -04:00
..
2024-04-23 13:31:21 -04:00
2024-04-16 15:49:16 -04:00
2024-04-24 13:03:56 -04:00
2024-04-23 20:44:11 -04:00
2024-05-15 21:27:37 +02:00
2024-04-18 11:57:21 -04:00
2024-05-21 18:36:47 +02:00
2024-04-23 13:31:21 -04:00
2024-07-02 10:18:36 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-06-24 00:39:42 +02:00
2024-05-03 11:29:53 -04:00
2024-06-27 11:36:17 +02:00