mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-21 01:29:59 +00:00
Fix review comments
This commit is contained in:
parent
cb482e6351
commit
bacd0428fa
5 changed files with 24 additions and 41 deletions
|
@ -61,8 +61,6 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
|
|||
const id = (item as any).id;
|
||||
const resolveParams: ra.ResolveCodeActionParams = {
|
||||
id: id,
|
||||
// TODO: delete after discussions if needed
|
||||
label: item.title,
|
||||
codeActionParams: params
|
||||
};
|
||||
action.command = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue