diff options
-rw-r--r-- | editors/code/src/client.ts | 2 |
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( |