Skip to content

Instantly share code, notes, and snippets.

@trueadm
Created January 26, 2018 15:52
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 trueadm/69a3b3b743ec8623f2166575b70ec51b to your computer and use it in GitHub Desktop.
Save trueadm/69a3b3b743ec8623f2166575b70ec51b to your computer and use it in GitHub Desktop.
{
// 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": "attach",
"name": "Attach",
"port": 5858
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/scripts/compiler/cli.js",
"args": [
// "scripts/compiler/examples/power-editor/PowerEditor.js",
// "scripts/compiler/examples/power-editor/compiled-bundle.js"
// "scripts/compiler/examples/hacker-news/App.js",
// "scripts/compiler/examples/hacker-news/compiled-bundle.js"
// "scripts/compiler/examples/bluebar/Bluebar.js",
// "scripts/compiler/examples/bluebar/compiled-bundle.js"
"scripts/compiler/examples/tests/test.js",
"scripts/compiler/examples/tests/test-bundle.js",
// "scripts/compiler/examples/bookmarks/bookmarks-bundle.js",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment