mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01: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