Open
Description
When I import a gradle project , visual studio code is absolutely SILENT if the build fails: the only way I can know that the reason why a project is not refreshing is actually an issue with the build is by actually run the build through the console.
Because of that, an update project may either keep showing stale data regarding runtimes, jars, etc.
Environment
-
Operating System: whatever
-
JDK version: whatever
-
Java extension version:
Steps To Reproduce
- Just make a gradle build with some issue and then try to import the project.
Current Result
A gradle project with some issue simply causes the java view not to refresh.
Expected Result
If there is a gradle build error when updating the project there should appear a big red notification that it has happened.