You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension doesn't show progress when performing autobuilds.
For example during startup it shows the progress while the Java Language Server is starting:
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
Start VSCode
See that no progress is shown while the initial or subsequent implicit builds are performed
The text was updated successfully, but these errors were encountered:
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).
The extension doesn't show progress when performing autobuilds.
For example during startup it shows the progress while the Java Language Server is starting:
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
Steps To Reproduce
The text was updated successfully, but these errors were encountered: