mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add compatibility table between Zed and zed_extension_api
versions (#10279)
This PR updates the README of the `zed_extension_api` crate to show the compatibility between different versions of `zed_extension_api` and Zed. Release Notes: - N/A
This commit is contained in:
parent
f0d4d71e97
commit
134decb75e
@ -54,3 +54,16 @@ To run your extension in Zed as you're developing it:
|
||||
- Open the extensions view using the `zed: extensions` action in the command palette.
|
||||
- Click the `Install Dev Extension` button in the top right
|
||||
- Choose the path to your extension directory.
|
||||
|
||||
## Compatible Zed versions
|
||||
|
||||
Extensions created using newer versions of the Zed extension API won't be compatible with older versions of Zed.
|
||||
|
||||
Here is the compatibility of the `zed_extension_api` with versions of Zed:
|
||||
|
||||
| Zed version | `zed_extension_api` version |
|
||||
| ----------- | --------------------------- |
|
||||
| `0.131.x` | `0.0.1` - `0.0.6` |
|
||||
| `0.130.x` | `0.0.1` - `0.0.5` |
|
||||
| `0.129.x` | `0.0.1` - `0.0.4` |
|
||||
| `0.128.x` | `0.0.1` |
|
||||
|
Loading…
Reference in New Issue
Block a user