Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>ASPgems rails extension packNew to Visual Studio Code? Get it now.
ASPgems rails extension pack

ASPgems rails extension pack

ASPgems

|
173 installs
| (0) | Free
ASPgems Rails extension pack
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Common tools used in ASPgems for rails development

Configuration

Ruby

Follow the instruction in https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby-client/README.md. Remember to read:

launch.json

You might need to configure your launch.json file with something like the following:

{
  "configurations": [
    {
      "name": "Rails server",
      "type": "Ruby",
      "request": "launch",
      "cwd": "${workspaceRoot}",
      "useBundler": false,
      "program": "${workspaceRoot}/bin/rails",
      "args": ["server", "-b", "0.0.0.0"]
    },
  ]
}

Solargraph

You need to install solargraph gem and follow the instructions of the extension to configure it: https://github.com/castwide/vscode-solargraph

Endwise

You don't need to do anything :-)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft