diff options
| author | Mikhail Rakhmanov <rakhmanov.m@gmail.com> | 2020-06-03 18:39:01 +0200 |
|---|---|---|
| committer | Mikhail Rakhmanov <rakhmanov.m@gmail.com> | 2020-06-03 18:39:01 +0200 |
| commit | bacd0428fa0fd744eb0aac6d5d7abd18c6c707b7 (patch) | |
| tree | 54ceaaeec17255753cf886da1fffc640e50df254 /editors/code/src/client.ts | |
| parent | cb482e6351c4005f29bb89d38c64c4e3f93d7a6d (diff) | |
| download | rust-bacd0428fa0fd744eb0aac6d5d7abd18c6c707b7.tar.gz rust-bacd0428fa0fd744eb0aac6d5d7abd18c6c707b7.zip | |
Fix review comments
Diffstat (limited to 'editors/code/src/client.ts')
| -rw-r--r-- | editors/code/src/client.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index a25091f797c..40ad1e3cd84 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts @@ -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 = { |
