aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-08-09 23:09:27 +0100
committerJeremy Kolb <[email protected]>2020-08-09 23:09:27 +0100
commit58c97bdcbf6d7df218028f75373cfc4916043693 (patch)
tree3fab19c601751bcaf5357b5b2b5ad087c87c0d34 /editors/code/src/client.ts
parent7252babc136b351d5011a78878607c7aaeea5ed8 (diff)
Remove 'as any'
Diffstat (limited to 'editors/code/src/client.ts')
-rw-r--r--editors/code/src/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts
index bd7a150f0..f5db55b8c 100644
--- a/editors/code/src/client.ts
+++ b/editors/code/src/client.ts
@@ -129,7 +129,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
129 ); 129 );
130 } 130 }
131 131
132 } as any 132 }
133 }; 133 };
134 134
135 const client = new lc.LanguageClient( 135 const client = new lc.LanguageClient(