Merge pull request #20604 from Homebrew/revert-20535-use-rubocop-internal-formatter
Revert "Use `rubocop_internal` formatter for Ruby LSP"
This commit is contained in:
commit
9219495eb0
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -27,7 +27,7 @@
|
|||||||
],
|
],
|
||||||
"rubyLsp.customRubyCommand": "source ../../.vscode/ruby-lsp-activate.sh",
|
"rubyLsp.customRubyCommand": "source ../../.vscode/ruby-lsp-activate.sh",
|
||||||
"rubyLsp.bundleGemfile": "Library/Homebrew/Gemfile",
|
"rubyLsp.bundleGemfile": "Library/Homebrew/Gemfile",
|
||||||
"rubyLsp.formatter": "rubocop_internal",
|
"rubyLsp.formatter": "rubocop",
|
||||||
"[ruby]": {
|
"[ruby]": {
|
||||||
"editor.defaultFormatter": "Shopify.ruby-lsp",
|
"editor.defaultFormatter": "Shopify.ruby-lsp",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user