fix: Some file watching related vfs fixes

This commit is contained in:
Lukas Wirth 2024-03-21 20:34:55 +01:00
parent cd8eb0fe6d
commit 23613a9de7
4 changed files with 46 additions and 12 deletions

View file

@ -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>>)> },