mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Changes from review
This commit is contained in:
parent
8c32bdea36
commit
a14194b428
6 changed files with 14 additions and 47 deletions
|
@ -119,13 +119,4 @@ export interface CommandLinkGroup {
|
|||
commands: CommandLink[];
|
||||
}
|
||||
|
||||
export interface DocumentationLink {
|
||||
remote: string;
|
||||
}
|
||||
|
||||
export interface OpenDocsParams {
|
||||
textDocument: lc.TextDocumentIdentifier;
|
||||
position: lc.Position;
|
||||
}
|
||||
|
||||
export const openDocs = new lc.RequestType<OpenDocsParams, DocumentationLink, void>('rust-analyzer/openDocs');
|
||||
export const openDocs = new lc.RequestType<lc.TextDocumentPositionParams, String | void, void>('experimental/externalDocs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue