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
The play button on VS Code panel triggers debugging by default, we can align with it.
The debug button triggers debugging, and displays a debug toolbar that's more intuitive for users to learn the status of the Java process. In contrast, the run behavior simply prints messages in the terminal, and some new users don't know the Java process is running.