mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(lsp): add ServerCapabilities::encoding (#16444)
This caused v1.27.0 publishing to fail.
This commit is contained in:
parent
b0fb8fa9dc
commit
c27942fee4
2 changed files with 3 additions and 2 deletions
|
@ -142,5 +142,6 @@ pub fn server_capabilities(
|
|||
"testingApi":true,
|
||||
})),
|
||||
inlay_hint_provider: Some(OneOf::Left(true)),
|
||||
position_encoding: None,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue