Skip to content

Commit

Permalink
Use linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bibstha committed Jun 7, 2024
1 parent 99a5dad commit 769d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,5 @@ vscode.commands.registerCommand(
When `rubyLsp.formatter` is set to `auto`, Ruby LSP tries to determine which formatter to use.

If the bundle has a **direct** dependency on a supported formatter, such as `rubocop` or `syntax_tree`, that will be used.
Otherwise, formatting will be disabled and you will need add one to the bundle. Using globally installed formatters or
Otherwise, formatting will be disabled and you will need add one to the bundle. Using globally installed formatters or
linters is not supported, they must in your Gemfile or gemspec.

0 comments on commit 769d873

Please sign in to comment.