Open
Description
Triying do debug Dropwizard project.
It supposed to be launched with command line args like this: java -jar ???.jar server config.yml
.
So when launched I need to pass args server config.yml
. From launch.json sample I don't see how is it possible. Also looking at source I don't see it either.
Also sometimes there's need to pass jvm args like this
-Dlogback.configurationFile=/path/to/logback.xml
How can it be done?