mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 22:06:56 +00:00
Update LSP docs
This commit is contained in:
parent
4b16b9b74b
commit
b9d74fe2ed
3 changed files with 11 additions and 8 deletions
|
@ -104,7 +104,7 @@ export interface InlayHintsParams {
|
|||
textDocument: lc.TextDocumentIdentifier;
|
||||
range: lc.Range;
|
||||
}
|
||||
export const inlayHints = new lc.RequestType<InlayHintsParams, InlayHint[], void>("rust-analyzer/inlayHints");
|
||||
export const inlayHints = new lc.RequestType<InlayHintsParams, InlayHint[], void>("experimental/inlayHints");
|
||||
|
||||
export interface SsrParams {
|
||||
query: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue