Created
January 26, 2018 15:52
-
-
Save trueadm/69a3b3b743ec8623f2166575b70ec51b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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