Please make it possible to pass args to monkeyc from launch.json. For example:
{
"type": "monkeyc",
"request": "launch",
"name": "Run App RELEASE",
"stopAtLaunch": false,
"device": "${command:GetTargetDevice}",
"args": ["--release"]
}
Currently args is not supported. Please add it so we can pass any of the arguments that monkeyc compiler understands.