Skip to content

Instantly share code, notes, and snippets.

@allefgomes
Created June 25, 2019 00:02
Show Gist options
  • Save allefgomes/b0df0a966a45b35c83c6c27a7f818d00 to your computer and use it in GitHub Desktop.
Save allefgomes/b0df0a966a45b35c83c6c27a7f818d00 to your computer and use it in GitHub Desktop.
Debug rails vs code
{
"version": "0.2.0",
"configurations": [
{
"name": "Rails server",
"type": "Ruby",
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/bin/rails",
"args": ["server"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment