Add semicolons

This commit is contained in:
Aleksey Kladov 2019-12-31 18:55:34 +01:00
parent cb41ffbbbd
commit ff0ceb30a9
14 changed files with 160 additions and 38 deletions

View file

@ -79,7 +79,7 @@ export function createClient(config: Config): lc.LanguageClient {
}
},
};
res.registerProposedFeatures()
res.registerProposedFeatures();
return res;
}
function expandPathResolving(path: string) {