fix: don't mark as init
parent
d1be7a984e
commit
769dff00ba
|
|
@ -61,12 +61,6 @@ func IntegrateLSPServers(workingDir string) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mark the project as initialized
|
|
||||||
if shouldInit {
|
|
||||||
if err := config.MarkProjectInitialized(); err != nil {
|
|
||||||
logging.Warn("Failed to mark project as initialized", "error", err)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue