When compiling Java code with errors in it, Visual Studio Code generates byte code throwing:
java.lang.Error: Unresolved compilation problem
How can this setting be disabled? I would like Visual Studio Code not to generate any byte code for classes containing compilation errors.
For reference: Eclipse IDE has the same default behavior.