Use rubocop_internal formatter for Ruby LSP

This commit is contained in:
Rylan Polster 2025-08-21 21:11:18 -04:00
parent aeb42b2614
commit 604698c501
No known key found for this signature in database

View File

@ -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,