diff options
Diffstat (limited to 'editors/code/src/client.ts')
-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 94948b10f..743384bd7 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts | |||
@@ -79,7 +79,7 @@ export function createClient(config: Config): lc.LanguageClient { | |||
79 | } | 79 | } |
80 | }, | 80 | }, |
81 | }; | 81 | }; |
82 | res.registerProposedFeatures() | 82 | res.registerProposedFeatures(); |
83 | return res; | 83 | return res; |
84 | } | 84 | } |
85 | function expandPathResolving(path: string) { | 85 | function expandPathResolving(path: string) { |