I have a launch configuration, which has a main class in classpath, and dependencies in module path. When I launch it in VS Code, it fails because the debugger automatically add "-m" before the main class arg.
I have a launch configuration, which has a main class in classpath, and dependencies in module path.
When I launch it in VS Code, it fails because the debugger automatically add "-m" before the main class arg.