|
|
|
|
|
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? |
|
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