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 Java extension of VS Code can run or debug (the main function of) .java files in the opened folder without launch.json.
This allows Java beginners to try their piece of code easily.
When you press F5 or click "Debug", you can start debugging without launch.json.