From 769d8730f3a062de3635c472405be00a5ab596dc Mon Sep 17 00:00:00 2001 From: Bibek Shrestha Date: Fri, 7 Jun 2024 12:27:56 -0700 Subject: [PATCH] Use linter --- vscode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/README.md b/vscode/README.md index a0108809f4..1c549eb719 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -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.