Please make it possible to pass excludeAnnotations to monkeyc from launch.json. For example:
{
"type" : "monkeyc" ,
"request" : "launch" ,
"name" : "Run App +FOO-BAR" ,
"stopAtLaunch" : false ,
"device" : "${command:GetTargetDevice}" ,...