Automatically reload project on config change
This commit is contained in:
@@ -44,7 +44,7 @@ pub struct Config {
|
||||
pub root_path: AbsPathBuf,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub enum LinkedProject {
|
||||
ProjectManifest(ProjectManifest),
|
||||
InlineJsonProject(ProjectJson),
|
||||
|
||||
Reference in New Issue
Block a user