codepod-io / codepod

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

remove codeium related code #519

Closed lihebi closed 11 months ago

lihebi commented 11 months ago

PR #328 introduced the capability to connect to codeium. At that time, the Codeium chrome extension didn't work on codepod.io out-of-box.

As of today, the chrome extension seems to work fine with a whitelist config (Xinyi's PR https://github.com/Exafunction/codeium-chrome/pull/5). Therefore, PR #328 is deprecated and we are removing related code in this PR.

To use the chrome extension on CodePod.io, add these to the whitelist:

https:\/\/app\.codepod\.io\/.*

For local development, add:

http:\/\/localhost:3000\/.*
Screenshot 2023-09-07 at 4 40 12 PM
lihebi commented 11 months ago

Note: DB schema changed. Need to run pnpm dlx prisma migrate dev.