VS Code Version: 1.76.0
OS Version: MacOS 13.1
Steps to Reproduce:
- Install Red Hat Java extension
- Click the run button in the top right
- Select which Java file to run
- Click the run button again
Current Behavior:
The same selected file runs over and over again, even when running in a file with a main method.
Expected Behavior (pre-update):
You are allowed to select which file to run again, or if the current file has a main method, it is ran instead.