zed/extensions/toml
Marshall Bowers 8b586ef8e7
Add new make-file-executable API for extensions (#10047)
This PR adds a new function, `make-file-executable`, to the Zed
extension API that can be used to mark a given file as executable
(typically the language server binary).

This is available in v0.0.5 of the `zed_extension_api` crate.

We also reworked how we represent the various WIT versions on disk to
make it a bit clearer what the version number entails.

Release Notes:

- N/A

---------

Co-authored-by: Max <max@zed.dev>
2024-04-01 15:28:24 -04:00
..
languages/toml Extract TOML support into an extension (#9940) 2024-03-28 18:40:12 -04:00
src Add new make-file-executable API for extensions (#10047) 2024-04-01 15:28:24 -04:00
Cargo.toml Add new make-file-executable API for extensions (#10047) 2024-04-01 15:28:24 -04:00
extension.toml Extract TOML support into an extension (#9940) 2024-03-28 18:40:12 -04:00
LICENSE-APACHE Extract TOML support into an extension (#9940) 2024-03-28 18:40:12 -04:00