Do you see RuboCop offenses after installing and configuring the Standard VS Code Extension?

To fix this issue, you need to disable RubyLSP’s diagnostics:

1
2
3
rubyLsp.enabledFeatures": {
    "diagnostics": false
}

Hat Tip