Support DidChangeWorkspaceFolders capability
This commit is contained in:
parent
7f1234492e
commit
c7010eda1b
6 changed files with 66 additions and 26 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue