From 604698c501e04f76e5aa081c50f88d2c3f56b882 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 21 Aug 2025 21:11:18 -0400 Subject: [PATCH] Use `rubocop_internal` formatter for Ruby LSP --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 14ab39c7be..bada5ac7a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,7 +27,7 @@ ], "rubyLsp.customRubyCommand": "source ../../.vscode/ruby-lsp-activate.sh", "rubyLsp.bundleGemfile": "Library/Homebrew/Gemfile", - "rubyLsp.formatter": "rubocop", + "rubyLsp.formatter": "rubocop_internal", "[ruby]": { "editor.defaultFormatter": "Shopify.ruby-lsp", "editor.formatOnSave": true,