codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
75 stars 15 forks source link

[Fix] Auto-completion dependencies #472

Closed li-xin-yi closed 1 year ago

li-xin-yi commented 1 year ago

After https://github.com/codepod-io/codepod/pull/467, the UI container may not start

Screenshot 2023-08-26 at 2 24 49 AM

Besides, too many changes. My work on rewriting copy/paste and import/export almost in vain...Too many conflicts to resolve, I need to clean the branch and transfer code by hand. Is there any update on dev manual to describe how to run and maintain the project now?

lihebi commented 1 year ago

I'd suggest transferring code by hand instead of trying to resolve conflicts. The code doesn't change much, just moved around, so transferring shouldn't be too hard.

lihebi commented 1 year ago

The scaffolding might still change a bit, as I'm working on extracting common code into packages and adding a Desktop app and a native runtime spawner.

lihebi commented 1 year ago

Thanks for the fix!