mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix: Some file watching related vfs fixes
This commit is contained in:
parent
cd8eb0fe6d
commit
23613a9de7
4 changed files with 46 additions and 12 deletions
|
@ -58,7 +58,7 @@ pub enum Message {
|
|||
/// The [`Config`] version.
|
||||
config_version: u32,
|
||||
},
|
||||
/// The handle loaded the following files' content.
|
||||
/// The handle loaded the following files' content for the first time.
|
||||
Loaded { files: Vec<(AbsPathBuf, Option<Vec<u8>>)> },
|
||||
/// The handle loaded the following files' content.
|
||||
Changed { files: Vec<(AbsPathBuf, Option<Vec<u8>>)> },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue