a11yist/.vscode/launch.json
david db9755cad5
Some checks failed
/ Run tests (push) Failing after 15s
/ Run system tests (push) Failing after 14s
/ Build, push and deploy image (push) Has been skipped
switch to rdbg debugger
2024-10-27 02:16:36 +02:00

19 lines
No EOL
481 B
JSON

{
// 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": [
// {
// "type": "rdbg",
// "request": "attach",
// "name": "Attach to a debuggee"
// },
{
"type": "rdbg",
"name": "Debug server",
"request": "attach",
"preLaunchTask": "dev"
},
]
}