This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Enhancement request: allow specifying binary/path for formatters #794
Labels
enhancement
Improves upon existing functionality
Your environment
vscode-ruby
version: 0.28.0useLanguageServer
is true in your configuration?) yesISSUE
The
"ruby.format"
only accepts a set of strings or a boolean. Please allow specifying the binary used for formatting.SOLUTION
Follow the same pattern as Linters, where the config contains an instance of
RubyCommandConfiguration
The standard linter follows such a pattern:
The Standard formatter, instead, has the commands hardcoded
The text was updated successfully, but these errors were encountered: