Skip to content

Commit

Permalink
fix(lsp): add ServerCapabilities::encoding (denoland#16444)
Browse files Browse the repository at this point in the history
This caused v1.27.0 publishing to fail.
  • Loading branch information
bartlomieju authored Oct 27, 2022
1 parent b0fb8fa commit c27942f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/lsp/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@ pub fn server_capabilities(
"testingApi":true,
})),
inlay_hint_provider: Some(OneOf::Left(true)),
position_encoding: None,
}
}

0 comments on commit c27942f

Please sign in to comment.