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

Scalability Issues (Che-in-Che) #865

Open
2 tasks
tsmaeder opened this issue Nov 22, 2018 · 0 comments
Open
2 tasks

Scalability Issues (Che-in-Che) #865

tsmaeder opened this issue Nov 22, 2018 · 0 comments

Comments

@tsmaeder
Copy link
Contributor

tsmaeder commented Nov 22, 2018

There are a couple of issues related to che-in-che(6) that cannot be solved simple on the Che side. Currently, the approach in VSCode-Java is to assume that the projects in the "workspace" are static, in particular, no new projects are detected if they are added to an open folder in the workspace (see also #144).
In Che6, importing new projects into "the workspace" is a common occurrence. The test case in question is importing the source code from https://github.com/eclipse/che into a workspace. This takes a long time and the workspace does not provide Java related functionality until the initialization phase is over. There are a couple of things we could do to improve things, in particular:

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

No branches or pull requests

1 participant