theforeman/foreman_fog_proxmox

View on GitHub
.vscode/launch.json

Summary

Maintainability
Test Coverage
{
    "version": "0.2.0",
    "configurations": [
{
    "name": "Rails server",
    "type": "Ruby",
    "request": "launch",
    "cwd": "${workspaceRoot}",
    "program": "${workspaceRoot}/bin/rails",
    "useBundler": true,
    "showDebuggerOutput": true,
    "args": [
        "server"
    ]
}
]
}