Add more documentation about ways to configure language servers and rust-analyzer (#29932)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-05-05 19:10:10 +03:00 committed by GitHub
parent c56a1cf2b1
commit 76c0eded0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 1 deletions

View file

@ -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>,
}