Skip to content

Instantly share code, notes, and snippets.

@kwokhou
Created January 18, 2018 02:27
Show Gist options
  • Save kwokhou/e38ebfdd837857ac57a37cf66d6db71f to your computer and use it in GitHub Desktop.
Save kwokhou/e38ebfdd837857ac57a37cf66d6db71f to your computer and use it in GitHub Desktop.
vscode-ruby rbenv
{
"name": "Rails server",
"type": "Ruby",
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/bin/rails",
"useBundler": false,
"showDebuggerOutput": true,
"pathToRDebugIDE": "/Users/andy/.rbenv/shims/rdebug-ide",
"args": [
"server"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment