mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix review comments
This commit is contained in:
parent
cb482e6351
commit
bacd0428fa
5 changed files with 24 additions and 41 deletions
|
@ -35,7 +35,6 @@ export const parentModule = new lc.RequestType<lc.TextDocumentPositionParams, lc
|
|||
|
||||
export interface ResolveCodeActionParams {
|
||||
id: string;
|
||||
label: string;
|
||||
codeActionParams: lc.CodeActionParams;
|
||||
}
|
||||
export const resolveCodeAction = new lc.RequestType<ResolveCodeActionParams, lc.WorkspaceEdit, unknown>('experimental/resolveCodeAction');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue