Finn Evers
ca3f1d624a
Ensure compiled extensions work with older Zed versions ( #33051 )
...
Closes #33039
This PR fixes a bug which causes the newest versions of the Biome and
Tombi extensions to not work with older Zed versions.
The bug occurs because in #32822 , the type of the debug adapter and
debug locators was changed from a Vec to a BTreeMap. However, these
fields were already introduced much earlier in Zed, which now causes the
de-serialization of the `extension.toml` to fail for older Zed versions.
Any extension compiled with the newest extension CLI bumped in
https://github.com/zed-industries/extensions/pull/2866 will not work
with older Zed versions prior to v0.191.
By adding this change and bumping the extension CLI again, this could be
prevented. On de-serialization, we would just fallback to either a Vec
for versions prior to v0.190 or a BTreeMap after. Feel free to let me
know what you think here.
Release Notes:
- N/A
2025-06-19 22:35:19 +02:00
..
2025-06-13 22:33:02 +00:00
2025-06-19 15:23:33 -03:00
2025-06-17 12:14:44 +02:00
2025-06-17 10:43:07 -04:00
2025-06-17 14:39:45 +00:00
2025-06-18 16:01:28 +05:30
2025-06-18 16:01:28 +05:30
2025-06-16 18:45:24 +03:00
2025-06-16 22:01:55 +03:00
2025-05-26 21:20:41 -03:00
2025-06-13 13:11:02 -04:00
2025-06-17 20:56:41 +00:00
2025-06-17 10:43:07 -04:00
2025-05-30 08:32:54 -07:00
2025-06-18 14:43:23 +00:00
2025-05-26 23:04:31 -04:00
2025-06-12 19:39:08 +00:00
2025-06-18 14:43:23 +00:00
2025-06-19 08:56:00 +00:00
2025-06-19 19:27:47 +00:00
2025-06-18 16:01:28 +05:30
2025-06-18 16:01:28 +05:30
2025-06-05 12:59:22 +00:00
2025-06-09 15:11:01 +00:00
2025-06-19 17:37:58 +03:00
2025-06-17 15:51:05 -07:00
2025-06-18 11:12:16 -06:00
2025-06-15 19:51:04 +00:00
2025-06-17 07:34:55 +00:00
2025-06-13 20:56:23 +00:00
2025-06-19 22:29:15 +02:00
2025-06-17 10:43:07 -04:00
2025-06-17 13:46:21 +00:00
2025-06-04 19:18:12 +00:00
2025-06-19 14:24:06 +03:00
2025-06-16 18:45:24 +03:00
2025-06-19 22:35:19 +02:00
2025-06-18 14:05:29 +00:00
2025-06-17 12:09:08 +02:00
2025-06-18 22:52:40 +00:00
2025-06-18 22:52:40 +00:00
2025-06-17 13:56:19 -06:00
2025-06-17 20:39:35 +00:00
2025-06-18 16:01:28 +05:30
2025-06-12 22:12:14 +00:00
2025-06-18 16:01:28 +05:30
2025-06-12 19:39:08 +00:00
2025-06-03 12:23:01 -04:00
2025-06-18 14:43:23 +00:00
2025-06-03 09:41:45 +02:00
2025-06-17 20:26:27 +00:00
2025-06-18 02:19:36 +00:00
2025-05-26 17:43:57 +00:00
2025-06-18 22:52:40 +00:00
2025-06-03 13:18:29 +02:00
2025-06-18 16:01:28 +05:30
2025-05-27 21:52:42 +00:00
2025-06-06 20:54:00 +00:00
2025-06-18 16:01:28 +05:30
2025-06-18 14:43:23 +00:00
2025-06-17 14:39:45 +00:00
2025-06-17 10:43:07 -04:00
2025-06-19 14:41:36 +00:00
2025-06-18 16:01:28 +05:30
2025-06-17 23:39:31 -04:00
2025-06-19 14:33:24 +00:00
2025-06-11 22:44:20 +03:00
2025-06-17 10:43:07 -04:00
2025-06-17 13:46:21 +00:00
2025-06-09 13:11:57 +02:00
2025-06-09 13:11:57 +02:00
2025-06-17 09:32:08 +00:00
2025-06-17 10:43:07 -04:00
2025-06-15 21:18:09 +00:00
2025-06-06 16:00:09 +00:00
2025-06-06 06:23:09 +00:00
2025-06-17 10:43:07 -04:00
2025-06-18 21:51:51 +00:00
2025-06-17 10:43:07 -04:00
2025-05-26 23:04:31 -04:00
2025-06-18 22:36:00 +00:00
2025-06-14 21:39:54 -06:00
2025-06-10 18:50:57 +00:00
2025-06-13 07:26:06 +00:00
2025-06-19 14:33:24 +00:00
2025-06-13 12:26:29 +05:30
2025-06-18 16:01:28 +05:30
2025-06-18 16:01:28 +05:30
2025-06-17 13:46:21 +00:00
2025-06-18 16:01:28 +05:30
2025-05-26 17:43:57 +00:00
2025-05-23 14:53:53 +00:00
2025-05-27 16:56:27 +00:00
2025-06-17 10:07:51 -04:00
2025-06-15 18:45:44 +00:00
2025-06-09 13:11:57 +02:00
2025-06-17 12:09:08 +02:00
2025-06-19 18:23:09 +05:30
2025-06-17 23:39:31 -04:00
2025-06-13 06:32:29 +00:00
2025-06-18 22:52:40 +00:00
2025-06-14 21:39:54 -06:00
2025-05-26 23:04:31 -04:00
2025-06-18 16:01:28 +05:30
2025-06-18 16:01:28 +05:30
2025-06-09 13:11:57 +02:00
2025-06-17 14:39:45 +00:00
2025-06-18 16:01:28 +05:30
2025-06-18 22:47:48 +00:00
2025-06-19 02:27:34 -03:00
2025-06-15 19:20:01 +00:00
2025-06-17 14:01:16 +00:00
2025-06-09 13:11:57 +02:00
2025-06-09 19:03:19 +00:00
2025-05-26 18:23:41 +00:00
2025-06-18 16:01:28 +05:30
2025-06-19 18:23:09 +05:30
2025-06-18 16:01:28 +05:30
2025-06-18 18:44:02 +00:00
2025-06-18 18:47:43 -03:00
2025-05-23 19:31:25 +00:00
2025-05-30 15:26:27 +00:00
2025-06-17 14:39:45 +00:00
2025-06-13 06:32:29 +00:00
2025-06-18 21:26:12 +00:00
2025-06-18 21:26:12 +00:00
2025-06-09 13:11:57 +02:00
2025-06-18 16:01:28 +05:30
2025-06-17 14:01:16 +00:00
2025-06-09 13:11:57 +02:00
2025-06-18 21:26:12 +00:00
2025-06-18 18:44:02 +00:00
2025-06-15 19:51:04 +00:00
2025-06-06 00:49:30 -06:00