ZIm/crates/language/src
Piotr Osiewicz cdddb4d360
Add language toolchains (#19576)
This PR adds support for selecting toolchains for a given language (e.g.
Rust toolchains or Python virtual environments) with support for SSH
projects provided out of the box. For Python we piggy-back off of
[PET](https://github.com/microsoft/python-environment-tools), a library
maintained by Microsoft.
Closes #16421
Closes #7646

Release Notes:

- Added toolchain selector to the status bar (with initial support for
Python virtual environments)
2024-10-28 15:34:03 +01:00
..
syntax_map Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
buffer.rs Fix more failure cases of assistant edits (#19653) 2024-10-25 14:30:34 -07:00
buffer_tests.rs Fix more failure cases of assistant edits (#19653) 2024-10-25 14:30:34 -07:00
diagnostic_set.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00
language_registry.rs Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00
language_settings.rs Do not remove worktrees after the headless server removal (#19556) 2024-10-22 19:27:50 +03:00
markdown.rs Disable definition lists in Markdown (#17648) 2024-09-10 11:16:27 -04:00
outline.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
proto.rs Standardize on CursorShape::Underline not Underscore (#19028) 2024-10-11 10:44:21 +02:00
syntax_map.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
task_context.rs Allow task context providers to access project env (#17964) 2024-09-17 21:49:12 +02:00
toolchain.rs Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00