You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Your environment
vscode-rubyversion: 0.28.0useLanguageServeris 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
RubyCommandConfigurationThe standard linter follows such a pattern:
The Standard formatter, instead, has the commands hardcoded