Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ruby RunnerNew to Visual Studio Code? Get it now.
Ruby Runner

Ruby Runner

Verseth

|
9,800 installs
| (0) | Free
Run the current Ruby file with one click!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ruby Runner

Run Ruby files with one click! Useful for simple scripts etc.

Overview

Features

It is possible to run the current Ruby file with one click using the Ruby: Run file run menu button.

Button

Extension Settings

This extension contributes the following settings:

Setting name Description Default value
ruby-runner.rubyRunCommand Specify the command which will be used to run Ruby files "ruby"
ruby-runner.railsRunCommand Specify the command which will be used to run Ruby files in Rails apps "bundle exec rails runner"

Release Notes

0.2.0

Removed:

  • Remove the legacy status bar button.
  • Remove the unnecessary ruby-runner.runRubyIcon command

Changed:

  • Change the name of the ruby-runner.runCommand setting to ruby-runner.rubyRunCommand

Added:

  • Running files through Rails runner in projects with Rails installed through bundler
  • New command ruby-runner.runRails for running ruby files with Rails runner
  • New setting ruby-runner.railsRunCommand

0.1.1

Added a new Ruby: Run file button at the top of the editor (in run menu).

0.1.0

Initial Release. It is possible to run the current Ruby file with one click using the Run Status Bar Button.

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