From 779995cc614086487f3e7dcc2d4b649f2f1988d8 Mon Sep 17 00:00:00 2001 From: Bibek Shrestha Date: Wed, 10 Apr 2024 10:53:30 -0700 Subject: [PATCH] Add minor line mentioning globally installed formatters are not supported. --- vscode/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode/README.md b/vscode/README.md index 9316a6c6c..1c549eb71 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -429,4 +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. +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.