UNPKG

debug-server-next

Version:

Dev server for hippy-core.

35 lines (34 loc) 897 B
{ // 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": [ { "name": "Attach 38989", "port": 38989, "request": "attach", "skipFiles": ["<node_internals>/**"], // "localRoot": "${workspaceFolder}/src/public", // "remoteRoot": ".", "type": "node" }, { "type": "node", "request": "launch", "name": "Launch via NPM", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "dev"], "port": 7777, "skipFiles": ["<node_internals>/**"] }, { "name": "Attach", "port": 7777, "request": "attach", "skipFiles": ["<node_internals>/**"], "type": "pwa-node", "timeout": 60000 } ] }