KRzA/5-rsa/.vscode/launch.json
Marcin Woźniak 4ad140de2a
Addded zad4
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-11-29 16:10:15 +01:00

16 lines
511 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": [
{
"name": "Listen for rdebug-ide",
"type": "Ruby",
"request": "attach",
"remoteHost": "127.0.0.1",
"remotePort": "1234",
"remoteWorkspaceRoot": "${workspaceRoot}"
}
]
}