{ "version": "0.2.0", "configurations": [ { "name" : "Attach to meteor", "type" : "node", "request" : "attach", "port" : 9229 } ], "compounds": [ { "name": "Meteor: All", "configurations": ["Meteor: Node", "Meteor: Chrome"] } ] }