Add more documentation about ways to configure language servers and rust-analyzer (#29932)
Release Notes: - N/A
This commit is contained in:
parent
c56a1cf2b1
commit
76c0eded0d
3 changed files with 91 additions and 1 deletions
|
@ -297,7 +297,7 @@ pub struct BinarySettings {
|
|||
pub path: Option<String>,
|
||||
pub arguments: Option<Vec<String>>,
|
||||
// this can't be an FxHashMap because the extension APIs require the default SipHash
|
||||
pub env: Option<std::collections::HashMap<String, String, std::hash::RandomState>>,
|
||||
pub env: Option<std::collections::HashMap<String, String>>,
|
||||
pub ignore_system_version: Option<bool>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue