zed/crates/extension/src
Conrad Irwin dc48af0ca1
lsp: Remove reinstall, update config (#18318)
Release Notes:

- Fixed overriding the path of a language server binary for all language
servers. `{"lsp":{"<lsp-name>":{"binary":{"path": "_"}}}}` will now work
for all language servers including those defined by extensions.
- (breaking change) To disable finding lsp adapters in your path, you
must now specify
`{"lsp":{"<lsp-name>":{"binary":{"ignore_system_version": true}}}}`.
Previously this was `{"lsp":{"<lsp-name>":{"binary":{"path_lookup":
false}}}}`. Note that this setting still does not apply to extensions.
- Removed automatic reinstallation of language servers. (It mostly
didn't work)

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
2024-09-25 10:45:56 -07:00
..
wasm_host Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
extension_builder.rs remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
extension_indexed_docs_provider.rs
extension_lsp_adapter.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
extension_manifest.rs
extension_settings.rs
extension_slash_command.rs
extension_store.rs Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
extension_store_test.rs Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
wasm_host.rs Allow using system node (#18172) 2024-09-23 15:28:04 -06:00