You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDK Type & Version: Oracle JDK Version 8 Update 321 (build 1.8.0_321-b07)
OS Type & Version: Windows
Step to Reproduce:
Make 2 separate .java files. One with some kind of error within the code and the other without any error.
Open both files in the same workspace.
Run the program that has no errors inside its code. (either using the shortcut F5 or by clicking on the Run that appears inside the code)
Expected Behavior:
Code will run as normal when it has no errors inside, or only show the errors related to that program if it has any.
Actual Behavior:
You'll get errors from the other program inside PROBLEMS tab & VS Code will show a prompt with some options at the bottom saying "Build failed, do you want to continue?". Now, if you click on Proceed, the code will run normally.
Related Issues:
Nothing yet.
The text was updated successfully, but these errors were encountered:
5OBHAN
changed the title
Trying to Run a program but getting error when code has none!!
[bug] Trying to Run a program but getting error when code has none!!
Aug 7, 2022
Environment:
Step to Reproduce:
F5
or by clicking on theRun
that appears inside the code)Expected Behavior:
Actual Behavior:
Proceed
, the code will run normally.Related Issues:
The text was updated successfully, but these errors were encountered: