add a comment

This commit is contained in:
Milo 2021-10-16 14:15:17 +01:00
parent 5a93457c1b
commit 30be95a821

View File

@ -673,6 +673,7 @@ pub fn files(&self) -> FilesConfig {
FilesConfig {
watcher: match self.data.files_watcher.as_str() {
"notify" => FilesWatcher::Notify,
// A fallback for the file watcher, defaulting to use the file watcher client
_ => FilesWatcher::Client,
},
exclude: self.data.files_excludeDirs.iter().map(|it| self.root_path.join(it)).collect(),