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
The LSP depends on using the base formatter, because printing to STDOUT will break any LSP (since that's the communication channel back to the host). This is a recent regression: standardrb/vscode-standard-ruby#26 (comment)
The LSP depends on using the base formatter, because printing to STDOUT will break any LSP (since that's the communication channel back to the host). This is a recent regression: standardrb/vscode-standard-ruby#26 (comment)
Make sure this can't be overridden by user settings: https://github.com/standardrb/standard/blob/main/lib/standard/lsp/stdin_rubocop_runner.rb#L15
The text was updated successfully, but these errors were encountered: