mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
swtich lsp server to vfs
This commit is contained in:
parent
6a755ed83a
commit
a5ef8ad05b
14 changed files with 235 additions and 399 deletions
|
@ -1,11 +1,9 @@
|
|||
mod caps;
|
||||
mod conv;
|
||||
mod main_loop;
|
||||
mod path_map;
|
||||
mod project_model;
|
||||
pub mod req;
|
||||
mod server_world;
|
||||
mod vfs;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
pub use crate::{caps::server_capabilities, main_loop::main_loop, main_loop::LspError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue