Skip to content

Instantly share code, notes, and snippets.

@thebentern
Created December 8, 2016 22:08
Show Gist options
  • Save thebentern/74d208338a646bcad3ef2e5c1649aa68 to your computer and use it in GitHub Desktop.
Save thebentern/74d208338a646bcad3ef2e5c1649aa68 to your computer and use it in GitHub Desktop.
Ruby on Rails launch.json
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