Scott Watermasysk
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
}
Scott Watermasysk
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
}