Implement ra_proc_macro client logic

This commit is contained in:
Edwin Cheng
2020-03-27 04:26:34 +08:00
parent fa3c7742af
commit 503cbd3f4b
11 changed files with 827 additions and 23 deletions

View File

@@ -109,6 +109,7 @@ fn get_config(
},
rustfmt_args: config.rustfmt_args.clone(),
vscode_lldb: config.vscode_lldb,
proc_macro_srv: None, // FIXME: get this from config
}
}