fix(lsp): add ServerCapabilities::encoding (#16444)

This caused v1.27.0 publishing to fail.
This commit is contained in:
Bartek Iwańczuk 2022-10-27 19:34:44 +02:00 committed by GitHub
parent b0fb8fa9dc
commit c27942fee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -142,5 +142,6 @@ pub fn server_capabilities(
"testingApi":true,
})),
inlay_hint_provider: Some(OneOf::Left(true)),
position_encoding: None,
}
}