mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Add semicolons
This commit is contained in:
parent
cb41ffbbbd
commit
ff0ceb30a9
14 changed files with 160 additions and 38 deletions
|
@ -79,7 +79,7 @@ export function createClient(config: Config): lc.LanguageClient {
|
|||
}
|
||||
},
|
||||
};
|
||||
res.registerProposedFeatures()
|
||||
res.registerProposedFeatures();
|
||||
return res;
|
||||
}
|
||||
function expandPathResolving(path: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue