ZIm/crates/collab/src/tests
Max Brunsfeld 6edeea7c8a
Add logic for managing language and theme extensions (#7467)
This PR adds the initial support for loading extensions in Zed.

### Extensions Directory

Extensions are loaded from the extensions directory.

The extensions directory has the following structure:

```
extensions/
  installed/
    extension-a/
      grammars/
      languages/
    extension-b/
      themes/
  manifest.json
```

The `manifest.json` file is used internally by Zed to keep track of
which extensions are installed. This file should be maintained
automatically, and shouldn't require any direct interaction with it.

Extensions can provide Tree-sitter grammars, languages, and themes.

Release Notes:

- N/A

---------

Co-authored-by: Marshall <marshall@zed.dev>
2024-02-07 15:14:50 -05:00
..
channel_buffer_tests.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
channel_guest_tests.rs Aggressively simplify channel permissions: 2024-01-25 23:26:32 -07:00
channel_message_tests.rs Add the ability to reply to a message (#7170) 2024-02-06 13:22:54 -07:00
channel_tests.rs lint 2024-01-26 14:04:21 -07:00
editor_tests.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
following_tests.rs fix following bugs (#7406) 2024-02-05 15:12:25 -07:00
integration_tests.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
notification_tests.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
random_channel_buffer_tests.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
random_project_collaboration_tests.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
randomized_test_helpers.rs Start work on read-only project access for channel guests 2024-01-03 19:30:32 -07:00
test_server.rs fix following bugs (#7406) 2024-02-05 15:12:25 -07:00