DEV Community

Discussion on: Installing the Ruby Plugin for Prettier in VS Code

Collapse
 
hubertjakubiak profile image
Hubert Jakubiak

I would add this step:

gem install bundler prettier_print syntax_tree syntax_tree-haml syntax_tree-rbs

I missed that during my setup.

Collapse
 
drayeleo profile image
Dylan Raye-Leonard

Hi Hubert, I didn't perform that during my installation. Did you find it necessary for yours? What does it do?

Collapse
 
hubertjakubiak profile image
Hubert Jakubiak

From readme github.com/prettier/plugin-ruby

You'll also need to add the necessary Ruby dependencies. You can do this by running:

gem install bundler prettier_print syntax_tree syntax_tree-haml syntax_tree-rbs

Yes, it was necessary for my setup to get it work.