VS Code: Import Java projects as part of the prebuild #12448
Labels
aspect: performance
anything related to performance
editor: code (browser)
editor: code (desktop)
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
type: feature request
New feature or request
Is your feature request related to a problem? Please describe
Currently Java projects are imported whenever I open a Gitpod workspace. That takes some time and leads to a delay until I can start coding. This issue can be reprduced using the spring-petclinic example.
Here is a little video demonstrating the current behaviour:
gitpod-io_spring-petclinic-Java-import.mp4
After about 30 seconds the IDE is ready including the extensions...
It takes another 14 seconds until the Java project is imported. Please keep in mind that the petclinic is a small project. Bigger projects (like Maven Multi-Module projects) take more time to be imported into VS Code.
Describe the behaviour you'd like
It would be great if the Java project import could be moved into the prebuild phase.
Describe alternatives you've considered
Using the JetBrains stack might be an alternative, but I have not tried it yet.
Additional context
//cc @svenefftinge the result of our conversation today
The text was updated successfully, but these errors were encountered: