zed/crates
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
..
activity_indicator lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
anthropic Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
assets
assistant ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
assistant_slash_command Introduce a new /delta command (#17903) 2024-09-17 08:47:08 -06:00
assistant_tool
audio Update Rust crate rodio to 0.19.0 (#17389) 2024-09-16 21:55:32 -06:00
auto_update Bump release_notes to v2 endpoint (#18108) 2024-09-19 19:43:32 -04:00
breadcrumbs
call Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
channel Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
cli
client client: Remove unused fs dependency (#18324) 2024-09-25 10:02:35 +02:00
clock Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
collab Fix collab filtering panics better (#18344) 2024-09-25 09:42:07 -06:00
collab_ui Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
collections
command_palette
command_palette_hooks
context_servers context_servers: Remove context_type from ResourceContent (#18097) 2024-09-19 15:51:48 -04:00
copilot Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
db Add system_id (#18040) 2024-09-19 07:20:27 -04:00
dev_server_projects
diagnostics Remove replica_id from MultiBuffers (#18141) 2024-09-20 10:48:27 -04:00
docs_preprocessor
editor chore: Fix violations of elided_named_lifetimes (#18330) 2024-09-25 12:27:57 +02:00
evals Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
extension lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
extension_api
extension_cli remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
extensions_ui
feature_flags
feedback ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
file_finder file picker: Use muted color for file icons (#18325) 2024-09-25 10:26:00 +02:00
file_icons
fs
fsevent
fuzzy
git git: Do not rescan .git on fsmonitor events (#18326) 2024-09-25 11:34:27 +02:00
git_hosting_providers Add '?plain=1' to Permalinks on GitLab/GitHub for md files (#18241) 2024-09-23 15:45:00 -04:00
go_to_line
google_ai
gpui Add "Fix with Assistant" code action on lines with diagnostics (#18163) 2024-09-23 11:40:34 -06:00
gpui_macros
headless Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
html_to_markdown
http_client Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
image_viewer
indexed_docs
inline_completion_button
install_cli
isahc_http_client Clean up after isahc_http_client introduction (#18045) 2024-09-18 19:39:15 -04:00
journal
language lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
language_model Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
language_selector
language_tools ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
languages lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
live_kit_client
live_kit_server
lsp lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
markdown Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
markdown_preview Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
media
menu
multi_buffer project search: Fix search results not being highlighted (#18273) 2024-09-24 15:03:22 +02:00
node_runtime Run system npm directly (#18280) 2024-09-24 09:44:53 -06:00
notifications Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
ollama ollama: Add max tokens for qwen2.5-coder (#18290) 2024-09-24 13:17:17 -04:00
open_ai
outline Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
outline_panel ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
paths macos: Use ~/Library/Caches/Zed instead of ~/.cache/zed (#17949) 2024-09-17 13:51:11 -04:00
picker Update typos-cli to v1.24.6. Add scripts/check-spelling. Fix typos (#17961) 2024-09-17 15:08:14 -04:00
prettier Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
project lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
project_panel ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
project_symbols Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
proto SSH Remoting: Add the ability to resolve file paths on the remote host (#18250) 2024-09-23 16:47:25 -06:00
quick_action_bar
recent_projects ssh remoting: Expand tilde on host side (#18333) 2024-09-25 13:41:18 +02:00
refineable
release_channel
remote ssh remoting: Kill SSH master process when dropping client (#18331) 2024-09-25 12:45:53 +02:00
remote_server ssh remoting: Show error message if project path does not exist (#18343) 2024-09-25 18:08:34 +02:00
repl Styling option for separating terminal view background from background color (#17611) 2024-09-17 12:51:31 -04:00
rich_text
rope Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
rpc ssh remoting: Fix SSH connection not being closed (#18329) 2024-09-25 12:03:24 +02:00
search Reuse buffer search queries on tab switch (#18281) 2024-09-24 18:21:26 +03:00
semantic_index Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
semantic_version
session
settings settings: Show notification when user/project settings fail to parse (#18122) 2024-09-20 10:53:06 +02:00
settings_ui
snippet
snippet_provider
sqlez Workspace persistence for SSH projects (#17996) 2024-09-19 17:51:28 +02:00
sqlez_macros
story
storybook
sum_tree chore: Fix violations of elided_named_lifetimes (#18330) 2024-09-25 12:27:57 +02:00
supermaven Implement grapheme support for supermaven completions (#18279) 2024-09-24 08:49:07 -06:00
supermaven_api
tab_switcher tab_switcher: Add file and project search icons (#17115) 2024-09-17 14:48:05 +02:00
task
tasks_ui ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
telemetry_events Add system_id (#18040) 2024-09-19 07:20:27 -04:00
terminal Update Rust crate sysinfo to 0.31.0 (#17733) 2024-09-17 21:50:37 +02:00
terminal_view ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
text Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
theme theme: Fix casing of "ANSI" in doc comments (#17952) 2024-09-17 13:26:34 -04:00
theme_importer
theme_selector
time_format
title_bar ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
ui Update List to support UI Density (#18079) 2024-09-19 12:31:40 -04:00
ui_input
ui_macros
util Fix opening file with colon (#17281) 2024-09-17 11:19:07 -04:00
vcs_menu
vim Fix typo (#18345) 2024-09-25 12:04:17 -04:00
welcome Welcome tweaks (#17874) 2024-09-16 08:29:46 -04:00
workspace ssh remoting: Show error message if project path does not exist (#18343) 2024-09-25 18:08:34 +02:00
worktree ssh remoting: Fix SSH connection not being closed (#18329) 2024-09-25 12:03:24 +02:00
zed lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
zed_actions