Support DidChangeWorkspaceFolders capability

This commit is contained in:
Pascal Kuthe 2023-02-07 22:36:44 +01:00
parent 7f1234492e
commit c7010eda1b
No known key found for this signature in database
GPG key ID: D715E8655AE166A6
6 changed files with 66 additions and 26 deletions

View file

@ -137,6 +137,7 @@ impl<'a> Project<'a> {
})),
..Default::default()
},
Vec::new(),
);
config.discovered_projects = Some(discovered_projects);
config.update(self.config).expect("invalid config");