{ "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "node", "request": "launch", "program": "${workspaceRoot}/node_modules/.bin/nightwatch", "args": ["--env", "local"], "cwd": "${workspaceRoot}", "runtimeExecutable": null, "runtimeArgs": [], "sourceMaps": true, "outFiles": ["${workspaceRoot}/build/**/*.js"], "diagnosticLogging": true } ]}