lsp: Add basic test for server tree toolchain use (#36692)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
4bee06e507
commit
132daef9f6
4 changed files with 262 additions and 4 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue