Created
March 2, 2025 21:13
-
-
Save dominickm/07fa3dcc8e46bbca375a67c626e9d9cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a basic launch.json for Rails in VSCode that assumes Mise on macOS.