Revert "Use rubocop_internal formatter for Ruby LSP"

This commit is contained in:
Rylan Polster 2025-08-29 05:32:27 -04:00 committed by GitHub
parent e10038bcdb
commit 0619fe3eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
],
"rubyLsp.customRubyCommand": "source ../../.vscode/ruby-lsp-activate.sh",
"rubyLsp.bundleGemfile": "Library/Homebrew/Gemfile",
"rubyLsp.formatter": "rubocop_internal",
"rubyLsp.formatter": "rubocop",
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,