zed/crates/extension
Marshall Bowers 8205c52d2b
Only apply host-side executable fix to binaries downloaded by the extension (#10318)
This PR makes it so our temporary host-side workaround for setting
certain language server binaries as executable only applies to binaries
that are downloaded by the extension.

Previously we would do this for any binary, including ones that could
have been sourced from the $PATH.

Release Notes:

- Fixed a file permissions issue when trying to use a Zig language
server (`zls`) present on the $PATH.
2024-04-09 09:13:36 -04:00
..
src Only apply host-side executable fix to binaries downloaded by the extension (#10318) 2024-04-09 09:13:36 -04:00
Cargo.toml Respect version constraints when installing extensions (#10052) 2024-04-01 17:10:30 -04:00
LICENSE-GPL Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00