Skip to content

Commit

Permalink
[chore] update vscode launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jun 15, 2021
1 parent 0a720f4 commit 6a089f6
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,18 @@
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"name": "Attach samples/subapp2-poc",
"port": 9229,
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"type": "pwa-node"
},
{
"type": "node",
"request": "launch",
"name": "Ignite",
"cwd": "${workspaceFolder}/packages/electrode-ignite",
"program": "${workspaceFolder}/packages/electrode-ignite/cli/ignite.js",
"console": "integratedTerminal"
},
{
"type": "node",
"request": "attach",
"name": "Attach to Remote 127.0.0.1:9229",
"address": "127.0.0.1",
"port": 9229,
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}"
"type": "pwa-node",
"localRoot": "${workspaceFolder}/samples/subapp2-poc",
"outFiles": [
"!**/node_modules/**",
"${workspaceFolder}/samples/subapp2-poc/src/**/*.(ts|tsx|js|jsx)",
"${workspaceFolder}/samples/subapp2-poc/**/*.js",
"${workspaceFolder}/samples/subapp2-poc/node_modules/.f/_/@xarc/**/*.js"
]
},
{
"type": "node",
Expand Down

0 comments on commit 6a089f6

Please sign in to comment.