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
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.86.2. Please try upgrading to the latest version and checking whether this issue remains.
If something is executed in the terminal via the Java extension, that's a bug with the extension.
VS Code controls the terminal, not Java extension. Java extension only implements DAP. When the user runs or debugs a Java program, Java extension just calculates and sends the command line to VS Code through DAP protocol. VS Code copies and runs the command line in the terminal.
Orginally reported at microsoft/vscode-java-debug#1439 (comment) by @Artur-
The text was updated successfully, but these errors were encountered: