123456789101112131415161718 |
- {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Attach",
- "type": "node",
- "request": "attach",
- "port": 5858,
- "address": "localhost",
- "restart": true,
- "sourceMaps": false,
- "outDir": null,
- "localRoot": "${workspaceRoot}",
- "remoteRoot": "/app",
- "timeout": 10000
- }
- ]
- }
|