From c9075fd84ce0239a6b4f37f9d976f9af0d571a57 Mon Sep 17 00:00:00 2001 From: Bibek Shrestha Date: Wed, 29 May 2024 08:43:20 -0700 Subject: [PATCH] Update vscode/README.md Co-authored-by: Vinicius Stock --- vscode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/README.md b/vscode/README.md index a777b62497..c807331d75 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -331,4 +331,4 @@ When `rubyLsp.formatter` is set to `auto`, Ruby LSP tries to determine which for 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 -linters is not supported, they must in your Gemfile or gemspec +linters is not supported, they must in your Gemfile or gemspec.