aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-12-31 17:59:59 +0000
committerGitHub <[email protected]>2019-12-31 17:59:59 +0000
commite4d217074d1f2c922cf8c5a247ca05fa06b0b7ed (patch)
tree1df182b9755a83c460c928ad8a0bf5ff76548e3c /editors/code/src/client.ts
parentc8b98c46675396c4f9d26c6b001e01c81d84b89e (diff)
parentff0ceb30a9ab4162d0f1241d8b0f9aa531c3c9d2 (diff)
Merge #2711
2711: Add semicolons r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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) {