Skip to content
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

Closed
Sandared opened this issue Jan 16, 2019 · 8 comments
Closed

Is there a roadmap for GitPod? #244

Sandared opened this issue Jan 16, 2019 · 8 comments

Comments

@Sandared
Copy link

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

@svenefftinge
Copy link
Member

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.
hth,
Sven

@Sandared
Copy link
Author

Hi Sven,

thanks for the quick reply.
Prebuilt workspaces sound great! Maybe that will reduce my time waiting for mvn clean install to download the internet the first time it is used in a new workspace ;)

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.
Great work! Keep it up!

Thomas

@svenefftinge
Copy link
Member

svenefftinge commented Jan 16, 2019

Java debug support has quietly landed already. But there are some other things we want to fix with Java, before announcing it. You can see, when opening a main method in an editor there are code lenses to start and debug the application.

screenshot 2019-01-16 at 14 11 22

@Sandared
Copy link
Author

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.
And is there a debug view?
Or documentation? So I don't have to annoy with even more questions about this awesome feature? xD

@Sandared
Copy link
Author

Forget the question about views... that one was simply stupid ;) Should have just checked the "View" menu entry

@svenefftinge
Copy link
Member

svenefftinge commented Jan 16, 2019

Yes, you can attach. Open the launch settings and try content assist.
Documentation to be written (once we announced).
And your questions are not annoying :-)

@svenefftinge
Copy link
Member

svenefftinge commented Jan 16, 2019

Please post as many questions as you want over at https://spectrum.chat/gitpod

@Sandared
Copy link
Author

I will do so. Thanks for all the information :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants