a11yist/.vscode/launch.json
david 729ed13521
Some checks failed
/ Run tests (push) Failing after 1m19s
/ Run system tests (push) Failing after 1m18s
/ Build, push and deploy image (push) Has been skipped
start of iteration 2
2024-10-31 23:13:18 +01:00

19 lines
No EOL
485 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": "ruby_lsp",
"name": "Debug server",
"request": "attach",
"preLaunchTask": "dev"
},
]
}