Running and debugging Java projects stopped working in Codespaces with the release of v1.15.00. Clicking the Run button on a project while in the web-based Codespaces results in the panel below appearing and hanging in an endless loop. The project never runs.

Downgrading to v1.14.0 solves the problem. Upgrading to the pre-release does not resolve the problem.
Related issue: microsoft/vscode-java-debug#1148
Environment
- Operating System: GitHub Codespaces
- JDK version: ??
- Visual Studio Code version: latest
- Java extension version: 1.15.0
Steps To Reproduce
- Start a codespace from https://github.com/LinkedInLearning/practice-it-java-3086189
- Go to folder
_01_02e and open Employee.java.
- Click the play button in the upper right corner to run Java.
Current Result
The above modal appears in the bottom right-hand corner and loops endlessly. Nothing else happens.
Expected Result
Java runs and output is produced in the terminal.
Running and debugging Java projects stopped working in Codespaces with the release of v1.15.00. Clicking the Run button on a project while in the web-based Codespaces results in the panel below appearing and hanging in an endless loop. The project never runs.

Downgrading to v1.14.0 solves the problem. Upgrading to the pre-release does not resolve the problem.
Related issue: microsoft/vscode-java-debug#1148
Environment
Steps To Reproduce
_01_02eand openEmployee.java.Current Result
The above modal appears in the bottom right-hand corner and loops endlessly. Nothing else happens.
Expected Result
Java runs and output is produced in the terminal.