Skip to content

Instantly share code, notes, and snippets.

@ashgkwd
Created April 22, 2024 14:14
Show Gist options
  • Save ashgkwd/71a5f4a272680cff8ba784a0622bb287 to your computer and use it in GitHub Desktop.
Save ashgkwd/71a5f4a272680cff8ba784a0622bb287 to your computer and use it in GitHub Desktop.
VS Code Extension Recommendations for Ruby
{
"recommendations": [
"aliariff.vscode-erb-beautify",
"aki77.rails-db-schema",
"shopify.ruby-extensions-pack"
]
}
@ashgkwd
Copy link
Author

ashgkwd commented Apr 26, 2024

The file can be created in your project at .vscode/extensions.json

@ashgkwd
Copy link
Author

ashgkwd commented May 1, 2024

For "Debug and Run (Shift+Cmd+D)", you should install rdbg and make it available globally so that VS Code can pick it up and show it as one of the available debuggers for Ruby.

Screenshot 2024-04-30 at 8 43 34 PM

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