Skip to content

Instantly share code, notes, and snippets.

@dominickm
Created March 2, 2025 21:13
Show Gist options
  • Save dominickm/07fa3dcc8e46bbca375a67c626e9d9cc to your computer and use it in GitHub Desktop.
Save dominickm/07fa3dcc8e46bbca375a67c626e9d9cc to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "ruby_lsp",
"name": "Debug Rails Server",
"request": "launch",
"program": "bin/rails server",
"env": {
"PATH": "${env:HOME}/.local/share/mise/installs/ruby/*/bin:${env:PATH}",
"RUBY_DEBUG_FORK_MODE": "parent"
}
}
]
}
@dominickm
Copy link
Author

This is a basic launch.json for Rails in VSCode that assumes Mise on macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment