zed/crates
Conrad Irwin 4f227fd3bf
Some checks failed
CI / Check formatting and spelling (push) Has been cancelled
CI / (macOS) Run Clippy and tests (push) Has been cancelled
CI / (Linux) Run Clippy and tests (push) Has been cancelled
CI / (Windows) Run Clippy and tests (push) Has been cancelled
Deploy Docs / Deploy Docs (push) Has been cancelled
Docs / Check formatting (push) Has been cancelled
CI / Create a macOS bundle (push) Has been cancelled
CI / Create a Linux bundle (push) Has been cancelled
CI / Create arm64 Linux bundle (push) Has been cancelled
Use LanguageServerName in more places (#18167)
This pushes the new LanguageServerName type to more places.

As both languages and language servers were identified by Arc<str>, it
was
sometimes hard to tell which was intended.

Release Notes:

- N/A
2024-09-20 18:51:34 -06:00
..
activity_indicator Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
anthropic Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
assets add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
assistant Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
assistant_slash_command Introduce a new /delta command (#17903) 2024-09-17 08:47:08 -06:00
assistant_tool assistant: Add basic tool invocation (#17368) 2024-09-04 14:32:20 -04:00
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 chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
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 zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
client ssh-remoting: Tidy up the code a bit after #18094 (#18102) 2024-09-19 21:36:50 -06:00
clock Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
collab Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
collab_ui Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
collections
command_palette chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
command_palette_hooks chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
context_servers context_servers: Remove context_type from ResourceContent (#18097) 2024-09-19 15:51:48 -04:00
copilot Remove replica_id from MultiBuffers (#18141) 2024-09-20 10:48:27 -04:00
db Add system_id (#18040) 2024-09-19 07:20:27 -04:00
dev_server_projects chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
diagnostics Remove replica_id from MultiBuffers (#18141) 2024-09-20 10:48:27 -04:00
docs_preprocessor
editor Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
evals Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
extension Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
extension_api zed_extension_api: Use v0.2.0 WIT types (#17802) 2024-09-13 14:49:50 -04:00
extension_cli remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
extensions_ui Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
feature_flags /auto (#16696) 2024-09-13 13:17:49 -04:00
feedback Add system_id (#18040) 2024-09-19 07:20:27 -04:00
file_finder file_finder: Notify user when picker an non-utf8 file (#18136) 2024-09-20 13:49:40 -06:00
file_icons
fs /auto (#16696) 2024-09-13 13:17:49 -04:00
fsevent
fuzzy
git Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
git_hosting_providers remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
go_to_line Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
google_ai assistant: Add display_name for OpenAI and Gemini (#17508) 2024-09-10 13:41:06 -04:00
gpui Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
gpui_macros add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
headless chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
html_to_markdown chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
http_client remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
image_viewer chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
indexed_docs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
inline_completion_button chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
install_cli
isahc_http_client Clean up after isahc_http_client introduction (#18045) 2024-09-18 19:39:15 -04:00
journal chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
language Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
language_model Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
language_selector use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
language_tools Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
languages Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
live_kit_client chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
live_kit_server
lsp lsp: Fix noisy logs when starting language servers (#17713) 2024-09-11 12:56:39 -04:00
markdown ssh lsp completions (#17665) 2024-09-16 12:22:39 -06:00
markdown_preview Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
media Update Rust crate bindgen to 0.70.0 (#17024) 2024-08-28 22:12:49 -07:00
menu
multi_buffer Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
node_runtime Refactor prettier (#17977) 2024-09-17 15:37:56 -07:00
notifications Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
ollama chore: Remove commented out code following 15446 (#18047) 2024-09-19 02:19:58 +02:00
open_ai OpenAI o1-preview and o1-mini support (#17796) 2024-09-13 16:23:55 -04:00
outline Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
outline_panel Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07: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
project Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
project_panel Refine symbolic link project tooltip (#17869) 2024-09-16 08:12:24 -03:00
project_symbols Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
proto SshLspAdapterDelegate (#17965) 2024-09-17 14:13:37 -06:00
quick_action_bar Derive icon paths (#17816) 2024-09-13 21:12:29 -04:00
recent_projects Workspace persistence for SSH projects (#17996) 2024-09-19 17:51:28 +02:00
refineable
release_channel chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
remote ssh-remoting: Tidy up the code a bit after #18094 (#18102) 2024-09-19 21:36:50 -06:00
remote_server Use LanguageServerName in more places (#18167) 2024-09-20 18:51:34 -06:00
repl Styling option for separating terminal view background from background color (#17611) 2024-09-17 12:51:31 -04:00
rich_text Disable definition lists in Markdown (#17648) 2024-09-10 11:16:27 -04:00
rope Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
rpc ssh-remoting: Tidy up the code a bit after #18094 (#18102) 2024-09-19 21:36:50 -06:00
search Remove replica_id from MultiBuffers (#18141) 2024-09-20 10:48:27 -04:00
semantic_index Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
semantic_version
session chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
settings settings: Show notification when user/project settings fail to parse (#18122) 2024-09-20 10:53:06 +02:00
settings_ui chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
snippet
snippet_provider lsp: Watch paths outside of worktrees at language servers request (#17499) 2024-09-06 15:47:17 +02:00
sqlez Workspace persistence for SSH projects (#17996) 2024-09-19 17:51:28 +02:00
sqlez_macros
story chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
storybook add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
sum_tree Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
supermaven supermaven: Fix incorrect offset calculation (#17925) 2024-09-17 16:04:33 +02:00
supermaven_api chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
tab_switcher tab_switcher: Add file and project search icons (#17115) 2024-09-17 14:48:05 +02:00
task chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
tasks_ui Add stray UI tweaks on the task picker (#18059) 2024-09-19 07:22:10 -03: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 terminal: Add ability to open file from Git diff (#17446) 2024-09-19 15:01:28 +02: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 chore: Another round of style lints fixes (#17519) 2024-09-07 02:36:55 +02:00
theme_selector
time_format chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
title_bar Fix missing on-mouseup when dragging the window on Linux (#17801) 2024-09-13 11:51:14 -07:00
ui Update List to support UI Density (#18079) 2024-09-19 12:31:40 -04:00
ui_input
ui_macros Add ui_macros crate & DerivePathStr derive macro (#17811) 2024-09-13 16:45:16 -04:00
util Fix opening file with colon (#17281) 2024-09-17 11:19:07 -04:00
vcs_menu chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
vim vim: gq (#18156) 2024-09-20 13:02:39 -06:00
welcome Welcome tweaks (#17874) 2024-09-16 08:29:46 -04:00
workspace preview tabs: Toggle preview tab when saving (#18158) 2024-09-20 20:43:26 +02:00
worktree Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
zed settings: Follow-up fix to show more errors (#18123) 2024-09-20 11:10:19 +02:00
zed_actions