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

Optimize the build error report of "Build failed, do you want to continue?"

Open testforstephen opened this issue 1 year ago • 1 comments

Customer verbatim: "the java debugger extentions sometimes gives errors but there is not any errors" "Sometimes it gets debugger errors" "Everything is good but when we run the code it have a problem it shows first run the code. Please fix it then it will run the code."

testforstephen avatar Sep 06 '22 07:09 testforstephen

Thoughts: When checking the build errors, we could filter the irrevelant errors.

  1. For multi-module projects, only report the errors in the classpath of the running project.
  2. Exclude the errors from the test scope if running a normal application.
  3. For unmanaged folder, only report the error from the main class.

testforstephen avatar Sep 06 '22 07:09 testforstephen