This extension pack contains an opinionated collection of pre-configured extensions for Ruby development in VS Code:
Search for
Shopify.ruby-extensions-pack
in
the extensions tab and click install.
When activated, this extension will prompt you about overriding your existing configuration to use the recommended defaults.
You may want to backup your settings.json
file before trying this extension out.
The recommended settings and their respective values can be found in the extension configuration file.
The commands offered to help manage the recommended settings are:
"Ruby extensions pack: Force apply defaults" -> Apply all defaults
"Ruby extensions pack: Clear cache and recommended settings" -> Clear all cached choices and remove the recommended settings
Included in this extension is the Spinel dark theme, which is made specifically for Ruby using all of the semantic highlighting information provided by the Ruby LSP.
Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/vscode-shopify-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Open VS Code on this repo
- Make sure dependencies are installed (
yarn install
) - On VS Code's run and debug tab, select the
Extension tests
task - Click the run button or press F5 to run tests. Output is displayed in the debug console
- Open VS Code on this repo
- Make sure dependencies are installed (
yarn install
) - On VS Code's run and debug tab, select the
Extension
task - This will open a second VS Code window where the development version of the extension is running. Use it to verify that the extension is working as expected
- If needed, the cache and recommended settings can be cleared by running the
Ruby extensions pack: Clear cache
command. This will make the extension prompt overrides again
To debug the extension, add breakpoints using the VS Code interface and either run the tests or the extension in development mode.
The extension is available as open source under the terms of the MIT License.