aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
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 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}
85function expandPathResolving(path: string) { 85function expandPathResolving(path: string) {