We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2927f13 commit b728495Copy full SHA for b728495
README.md
@@ -33,6 +33,15 @@ You may want to backup your `settings.json` file before trying this extension ou
33
The recommended settings and their respective values can be found
34
in the extension [configuration file](https://github.com/Shopify/vscode-shopify-ruby/blob/main/src/configuration.ts#L10).
35
36
+If using Rubocop, make sure to add rubocop in your Gemfile to get VS Code formatter to work.
37
+
38
+```ruby
39
+# Gemfile
40
+group :development do
41
+ gem "rubocop"
42
+end
43
+```
44
45
### Commands
46
47
The commands offered to help manage the recommended settings are:
0 commit comments