mastery
Version:
MasteryJS command line utility
20 lines (19 loc) • 578 B
JSON
{
// Use IntelliSense to find out which attributes exist for node debugging
// Use hover for the description of the existing attributes
// For further information visit https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [{
"name": "Launch Program",
"type": "node2",
"request": "launch",
"program": "${workspaceRoot}/src/index.js",
"args": [
"new",
"test"
],
"sourceMaps": true,
"cwd": "${workspaceRoot}/test",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/babel-node"
}]
}