oneuptime/.vscode/launch.json

317 lines
9.7 KiB
JSON
Raw Normal View History

2021-06-21 21:08:35 +00:00
{
// 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",
2022-09-26 20:37:17 +00:00
"tasks": [
{
"type": "docker-run",
"label": "docker-run: debug",
"dependsOn": [
"docker-build"
],
"dockerRun": {
2022-11-22 13:13:11 +00:00
"command": "nest start --debug 127.0.0.1:9229"
2022-09-26 20:37:17 +00:00
},
"node": {
"enableDebugging": true
}
}
],
2022-03-31 19:55:26 +00:00
"configurations": [
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/TestServer",
"name": "Copilot: Debug with Docker",
"port": 9985,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"name": "Debug Infrastructure Agent",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./InfrastructureAgent",
"args": ["start"],
},
2022-02-15 17:59:54 +00:00
{
"name": "Node.js - Debug Current File",
"type": "node",
2022-09-24 18:50:12 +00:00
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true,
2022-02-15 17:59:54 +00:00
"request": "launch",
"program": "${file}"
2022-03-31 19:55:26 +00:00
},
2021-06-21 21:08:35 +00:00
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2023-12-28 19:30:58 +00:00
"localRoot": "${workspaceFolder}/App",
2024-01-25 10:41:00 +00:00
"name": "App: Debug with Docker",
2021-06-21 21:08:35 +00:00
"port": 9232,
"remoteRoot": "/usr/src/app",
"request": "attach",
2023-02-01 13:08:45 +00:00
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Home",
"name": "Home: Debug with Docker",
"port": 9212,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",
"name": "Worker: Debug with Docker",
"port": 8734,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2024-09-16 22:22:15 +00:00
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",
"name": "Workflow: Debug with Docker",
"port": 8735,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",
"name": "Docs: Debug with Docker",
"port": 8738,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",
"name": "API Reference: Debug with Docker",
"port": 8737,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2023-05-09 16:03:03 +00:00
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/TestServer",
"name": "Test Server: Debug with Docker",
"port": 9141,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2023-05-02 14:29:22 +00:00
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Probe",
2023-07-26 11:38:00 +00:00
"name": "Probe: Debug with Docker",
2023-05-02 14:29:22 +00:00
"port": 9655,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2023-05-02 12:44:21 +00:00
{
"address": "127.0.0.1",
2023-10-09 17:54:23 +00:00
"localRoot": "${workspaceFolder}/Ingestor",
2023-10-10 12:49:48 +00:00
"name": "Ingestor: Debug with Docker",
2023-05-02 12:44:21 +00:00
"port": 9932,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/IsolatedVM",
"name": "Isolated VM: Debug with Docker",
"port": 9974,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2023-02-01 13:08:45 +00:00
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Workflow",
"name": "Workflow: Debug with Docker",
"port": 9212,
"remoteRoot": "/usr/src/app",
"request": "attach",
2021-06-21 21:08:35 +00:00
"skipFiles": [
"<node_internals>/**"
],
2022-09-24 18:50:12 +00:00
"type": "node",
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true
2022-04-25 10:42:08 +00:00
},
2022-01-21 22:49:08 +00:00
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2022-10-19 14:32:10 +00:00
"localRoot": "${workspaceFolder}/Realtime",
2022-01-21 22:49:08 +00:00
"name": "Realtime: Debug with Docker",
"port": 9250,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
2022-09-24 18:50:12 +00:00
"type": "node",
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true
2022-01-21 22:49:08 +00:00
},
2022-10-19 14:32:10 +00:00
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2022-10-19 14:32:10 +00:00
"localRoot": "${workspaceFolder}/Workers",
"name": "Workers: Debug with Docker",
"port": 9654,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2022-12-07 06:23:53 +00:00
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/StatusPage",
"name": "Status Page API${cwd}: Debug with Docker",
"port": 9764,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
2021-06-21 21:31:43 +00:00
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2022-04-11 13:11:16 +00:00
"localRoot": "${workspaceFolder}/HttpTestServer",
2021-06-21 21:31:43 +00:00
"name": "HTTP Test Server: Debug with Docker",
"port": 9234,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
2022-09-24 18:50:12 +00:00
"type": "node",
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true
2021-06-21 21:31:43 +00:00
},
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2021-06-21 21:31:43 +00:00
"localRoot": "${workspaceFolder}/script-runnner",
"name": "Script Runner: Debug with Docker",
"port": 9236,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
2022-09-24 18:50:12 +00:00
"type": "node",
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true
2021-06-21 21:31:43 +00:00
},
{
2022-11-22 13:13:11 +00:00
"address": "127.0.0.1",
2022-04-11 13:11:16 +00:00
"localRoot": "${workspaceFolder}/InitScript",
2021-06-21 21:31:43 +00:00
"name": "Init Script: Debug with Docker",
"port": 9237,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
2022-09-24 18:50:12 +00:00
"type": "node",
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true
2022-05-02 21:35:59 +00:00
},
{
"name": "Common: Debug Tests",
2022-05-02 21:35:59 +00:00
"type": "node",
2022-09-24 18:50:12 +00:00
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true,
2022-05-02 21:35:59 +00:00
"request": "launch",
"cwd": "${workspaceRoot}/Common",
2022-05-02 21:35:59 +00:00
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"debug:test"
],
2022-05-16 10:29:17 +00:00
},
{
"name": "Accounts: Debug Local Files",
"type": "node",
2022-09-24 18:50:12 +00:00
"restart": true,
2022-09-26 20:37:17 +00:00
"autoAttachChildProcesses": true,
2022-05-16 10:29:17 +00:00
"request": "launch",
"cwd": "${workspaceRoot}/Accounts",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"dev"
],
2021-06-21 21:31:43 +00:00
}
2021-06-21 21:08:35 +00:00
]
}