ZIm/crates/language/src
Kirill Bulatov 07403f0b08
Improve LSP tasks ergonomics (#31551)
* stopped fetching LSP tasks for too long (but still use the hardcoded
value for the time being — the LSP tasks settings part is a simple bool
key and it's not very simple to fit in another value there)

* introduced `prefer_lsp` language task settings value, to control
whether in the gutter/modal/both/none LSP tasks are shown exclusively,
if possible

Release Notes:

- Added a way to prefer LSP tasks over Zed tasks
2025-05-28 18:36:25 +03:00
..
syntax_map Show progress as the agent locates which range it needs to edit (#31582) 2025-05-28 12:32:54 +00:00
buffer.rs Allow LSP adapters to decide, which diagnostics to underline (#31450) 2025-05-26 22:19:02 +03:00
buffer_tests.rs language: Select language based on longest matching path extension (#29716) 2025-05-26 11:00:05 -07:00
diagnostic_set.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Revert "Fix text wrapping in commit message editors (#31030)" (#31587) 2025-05-28 10:16:34 -04:00
language_registry.rs language: Select language based on longest matching path extension (#29716) 2025-05-26 11:00:05 -07:00
language_settings.rs Improve LSP tasks ergonomics (#31551) 2025-05-28 18:36:25 +03:00
manifest.rs project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
outline.rs Fix panic when outline items have no name (#24574) 2025-02-10 18:50:26 +00:00
proto.rs Allow LSP adapters to decide, which diagnostics to underline (#31450) 2025-05-26 22:19:02 +03:00
syntax_map.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
task_context.rs debugger: Rework language association with the debuggers (#29945) 2025-05-06 20:16:41 +02:00
text_diff.rs agent: Improve Gemini support in the edit_file tool (#31116) 2025-05-22 12:01:43 +03:00
toolchain.rs extension: Add debug_adapters to extension manifest (#30676) 2025-05-20 11:01:33 +02:00