vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Reloading project for Gradle projects doesn't show errors when failed

Open CsCherrYY opened this issue 3 years ago • 0 comments

Steps To Reproduce
  1. git clone sample project: https://github.com/microsoft/vscode-gradle
  2. Open in VSCode, set java.configuration.updateBuildConfiguration to disabled
  3. make an error in ./gradle-server/build.gradle. e.g., set java closure in line 8 to jaa.
  4. manually reload the java project, there is no error found in the PROBLEMS panel
  5. execute command: Java: Import Java Projects into Workspace, now the errors can be found in the PROBLEMS panel

CsCherrYY avatar Jul 25 '22 07:07 CsCherrYY