Skip to content

Instantly share code, notes, and snippets.

@vchimev
Created January 31, 2018 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vchimev/1a95b2dffe0a2eb721d6bf982ea7c7bf to your computer and use it in GitHub Desktop.
Save vchimev/1a95b2dffe0a2eb721d6bf982ea7c7bf to your computer and use it in GitHub Desktop.
ns-ci-build-tool/.vscode/launch.json
{
// Use IntelliSense to learn about possible Node.js debug 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": "Debug",
"program": "${workspaceRoot}/index.js",
"args": [
"verify",
"--config",
"./verify.config.json",
"--appPath",
"../appTest",
"--branchWebpack",
"--verbose"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment