Skip to content

Test case for SpecifyProgramArgs in microsoft/vscode-java-debug

Notifications You must be signed in to change notification settings

sbj42/vscode-specifyprogramargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bug: Escape to cancel doesn't work

vscode 1.86.2
vscode-java-debug 0.56.1
jdk 17.0.4.1

Example 1

  1. Open this repo in vscode.
  2. Open Test.java and press F5.
  3. Pop-up appears with "Press 'Enter' to confirm your input or 'Escape' to cancel".
  4. Type "hello" and then press Escape.
  5. Terminal appears and runs the test program with no arguments.

Expected behavior: At step 5, no terminal appears and the program is not run.

Example 2

  1. Open this repo in vscode.
  2. Open Test.java and press F5.
  3. Pop-up appears with "Press 'Enter' to confirm your input or 'Escape' to cancel".
  4. Type "hello" and then hold Ctrl and press Tab. This closes the input popup and opens the tab switcher popup.
  5. (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.

About

Test case for SpecifyProgramArgs in microsoft/vscode-java-debug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages