Reloading project for Gradle projects doesn't show errors when failed
Open
CsCherrYY
opened this issue 3 years ago
•
0 comments
Steps To Reproduce
- git clone sample project: https://github.com/microsoft/vscode-gradle
- Open in VSCode, set
java.configuration.updateBuildConfiguration to disabled
- make an error in
./gradle-server/build.gradle. e.g., set java closure in line 8 to jaa.
- manually reload the java project, there is no error found in the PROBLEMS panel
- execute command:
Java: Import Java Projects into Workspace, now the errors can be found in the PROBLEMS panel