Jese Leos

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:

rubyLsp.enabledFeatures": {
    "diagnostics": false
}

Hat Tip