re-tree
Version:
JavaScript Extended regular expression engine - client side, server side and 'angular side' ready.
18 lines (17 loc) • 609 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Gulp test-server",
"program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
"args": ["test-server"],
"outputCapture": "std",
"runtimeExecutable": "/home/shahar/.nvm/versions/node/v6.9.1/bin/node"
}
]
}