Ruby for Visual Studio CodeThis extension provides enhanced Ruby language and debugging support for Visual Studio Code. Features
InstallationSearch for Initial ConfigurationBy default, the extension provides sensible defaults for developers to get a better experience using Ruby in Visual Studio Code. However, these defaults do not include settings to enable features like formatting or linting. Given how dynamic Ruby projects can be (are you using rvm, rbenv, chruby, or asdf? Are your gems globally installed or via bundler? etc), the extension requires additional configuration for additional features to be available. Using the Language ServerIt is highly recommended that you enable the Ruby language server (via the Use Language Server setting or Legacy functionality will most likely not receive additional improvements and will be fully removed when the extension hits v1.0 Example Initial Configuration:
Reviewing the linting, formatting, and environment detection docs is recommended For full details on configuration options, please take a look at the Debug ConfigurationSee docs/debugger.md. Legacy Configurationdocs/legacy.md contains the documentation around the legacy functionality TroubleshootingOther Notable Extensions
|