Sometimes when I save a Java file on VSCODE, the project decompiles and compiles again, the intellisense don't work as well.
Environment
- Operating System: Windows 10 64bits
- JDK version: 13
- Visual Studio Code version: 1.65
- Java extension version: 1.4.0
- Java Debugger extension version: 0.38.0
Steps To Reproduce
- Open a Java Web project with Gradle;
- Every time a file has saved by pressing CTRL + S, the whole project compiles again, it takes a lot of time, preventing to make changes in the code.
OBS: Unfortunately I cannot show how this issue happen.