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

No progress shown on implicit builds #484

Closed
rsalvador opened this issue Mar 29, 2018 · 2 comments
Closed

No progress shown on implicit builds #484

rsalvador opened this issue Mar 29, 2018 · 2 comments

Comments

@rsalvador
Copy link

The extension doesn't show progress when performing autobuilds.
For example during startup it shows the progress while the Java Language Server is starting:

screen shot 2018-03-29 at 8 59 07 am

but then it doesn't show any progress while doing the initial full or incremental build.
In our big project the initial build takes more than 1 minute and without the progress is confusing.

There is no progress either if an implicit incremental build is done while VSCode is already up (i.e. if one updates the source doing a git pull)

Progress is shown though for explicit builds started with the "Java: Force Java Compilation" command

Environment
  • Operating System: Mac OS 10.13.3
  • JDK version: 1.8.0_152
  • Visual Studio Code version: 1.21.1
  • Java extension version: 0.21.0
Steps To Reproduce
  1. Start VSCode
  2. See that no progress is shown while the initial or subsequent implicit builds are performed
@fbricon fbricon added this to the End March 2018 milestone Mar 29, 2018
@fbricon
Copy link
Collaborator

fbricon commented Mar 29, 2018

Fixed with #387. Please try the latest *.vsix from http://download.jboss.org/jbosstools/jdt.ls/staging/

@fbricon fbricon closed this as completed Mar 29, 2018
@rsalvador
Copy link
Author

rsalvador commented Mar 29, 2018

I tried java-0.21.0-909.vsix and now there is progress reported on background builds performed after VSCode is started (i.e. if one updates the source doing a git pull).

But there is still no progress reported for this initial build done on startup: https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/JDTLanguageServer.java#L312

@fbricon

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

2 participants