vscode 1.86.2
vscode-java-debug 0.56.1
jdk 17.0.4.1
- Open this repo in vscode.
- Open
Test.javaand pressF5. - Pop-up appears with "Press 'Enter' to confirm your input or 'Escape' to cancel".
- Type "hello" and then press Escape.
- Terminal appears and runs the test program with no arguments.
Expected behavior: At step 5, no terminal appears and the program is not run.
- Open this repo in vscode.
- Open
Test.javaand pressF5. - Pop-up appears with "Press 'Enter' to confirm your input or 'Escape' to cancel".
- Type "hello" and then hold
Ctrland pressTab. This closes the input popup and opens the tab switcher popup. - (while holding
Ctrl) Terminal appears and runs the test program with no arguments.
Expected behavior: At step 5, no terminal appears and the program is not run.