standardrb / vscode-standard-ruby

The official VS Code extension for the Standard Ruby linter and code formatter
Other
101 stars 7 forks source link

How to coexist peacefully with Ruby LSP? #24

Open bnknbnkn opened 4 months ago

bnknbnkn commented 4 months ago

I installed Standard Ruby and Ruby LSP.

but Ruby LSP always try to change [ruby].editor.defaultFormatter to Shopify.ruby-lsp when i opened vscode.

How to keep the testdouble.vscode-standard-ruby for [ruby].editor.defaultFormatter in Settings?

Thank you very much.