lsp: Add basic test for server tree toolchain use (#36692)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-08-21 17:52:17 +02:00 committed by GitHub
parent 4bee06e507
commit 132daef9f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 262 additions and 4 deletions

View file

@ -96,7 +96,7 @@ impl<T: LocalLanguageToolchainStore> LanguageToolchainStore for T {
}
type DefaultIndex = usize;
#[derive(Default, Clone)]
#[derive(Default, Clone, Debug)]
pub struct ToolchainList {
pub toolchains: Vec<Toolchain>,
pub default: Option<DefaultIndex>,