Skip to content

Conversation

@mdesantis
Copy link

Related to #163. vscode-ruby suggests to add the following setting:

"ruby.lint": {
  "rubocop": {
    "useBundler": true
  }
}

But this setting used in conjunction with this extension lints the file twice,
making this extension actually redundant.

Related to misogi#163. `vscode-ruby` suggests to add the following setting:

```json
"ruby.lint": {
  "rubocop": {
    "useBundler": true
  }
}
```

But this setting used in conjunction with this extension lints the file twice,
making this extension actually redundant.
@mdesantis mdesantis changed the title Add note about conflict with vscode-ruby Add note about conflict with vscode-ruby's linting Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant