Hacker News new | ask | show | jobs
by vegasje 1341 days ago
I've had interest in trying this dev flow out, but I haven't been able to determine how it would work for multiple projects that work in concert.

For example, a web dashboard project with its own backend that also communicates with an API, which is a separate project.

Does Gitpod (or Codespaces) support projects (repositories) that work together?

1 comments

Gitpod URLs are generated every time you start a new environment (usually every time you start working a new feature/bug fix), and it doesn't have static URLs. So you would need to update the endpoint URLs manually.

If you use VS Code locally to connect to Gitpod instead of in the browser, all URLs are mapped to localhost, so then it shouldn't be an issue.

But I did some digging and it looks like they're aware of this limitation and are working on solution: https://github.com/gitpod-io/gitpod/issues/898