-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a roadmap for GitPod? #244
Comments
Hi Thomas, all features of Theia will land in Gitpod, too. Most importantly we are working on making VS Code extensions work and with that have access to over 9000 existing extensions. 🎉 But Gitpod is more than Theia. We will keep working on removing friction for developer flows. For instance, a huge new feature we are going to release soon is what we call 'prebuilt workspaces', i.e. Gitpod workspaces being built and executing init commands on each commit, similarly to a CI, so that when users want to start working on a certain branch and there is a prebuilt WS already, they really can start coding immediately. There is no 'official roadmap' at this point other than the blog posts. We are talking about the things that exists. But since you ask, we plan to leave the beta phase within the next couple of weeks. |
Hi Sven, thanks for the quick reply. I'll start my next (larger) project at the beginning of february and would love to use Gitpod for it, but until now I'm still missing Java debug support :/ (Therefore the question about a roadmap) So if you have something like beta access to new features or plan to publish Java debugging within the next weeks anyway then that would be awesome :) That said, I'm still hyped about Gitpod and the smooth workflow it allows. Thomas |
Wow!!! That's awsome 👍 Is there also a way to connect to an arbitrary running java process? I'm developing with the osgi framework and would like to avoid to start it by hand via a main method. |
Forget the question about views... that one was simply stupid ;) Should have just checked the "View" menu entry |
Yes, you can attach. Open the launch settings and try content assist. |
Please post as many questions as you want over at https://spectrum.chat/gitpod |
I will do so. Thanks for all the information :) |
Hi I just wanted to ask if there is an official roadmap for Gitpod, i.e., which features will be implemented next and so on.
Or is the roadmap of Gitpod similar to the one of theia? And will all features of Theia eventually land in Gitpod?
Kind regards,
Thomas
The text was updated successfully, but these errors were encountered: