Support only UTF-8 for now when communicating with language server
This commit is contained in:
parent
a82a12fd14
commit
78c158e1a4
2 changed files with 2 additions and 1 deletions
|
@ -226,6 +226,7 @@ impl LanguageServer {
|
|||
experimental: Some(json!({
|
||||
"serverStatusNotification": true,
|
||||
})),
|
||||
offset_encoding: Some(vec!["utf-8".to_string()]),
|
||||
..Default::default()
|
||||
},
|
||||
trace: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue