mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 12:46:43 +00:00
fix: documentation issues (#131)
This commit is contained in:
parent
edd21deaca
commit
c32e6e3097
9 changed files with 63 additions and 67 deletions
|
|
@ -21,7 +21,7 @@ use crate::{
|
|||
/// The [`GotoDeclarationResponse::Link`](lsp_types::GotoDefinitionResponse::Link) return value
|
||||
/// was introduced in specification version 3.14.0 and requires client-side
|
||||
/// support in order to be used. It can be returned if the client set the
|
||||
/// following field to `true` in the [`initialize`](Self::initialize) method:
|
||||
/// following field to `true` in the `initialize` method:
|
||||
///
|
||||
/// ```text
|
||||
/// InitializeParams::capabilities::text_document::declaration::link_support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue