mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 17:59:09 +00:00
fix: don't mark as init
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user