Open srternasco opened 5 years ago
Any updates on this? Issue is still present
Same issue here, using Fedora 31 :(
Temp fix that worked for me (im using rbenv): grep all installed rubocop versions on your machine:
gem list | grep rubocop
Output: rubocop (0.80.1, 0.76.0)
Uninstall unused version in your current project:
gem uninstall rubocop --version 0.76.0
I have some RuboCop-RSpec cops configured in my .rubocop.yml file, and that is breaking the plugin. Let me know if you need more info.
Every time I save a file a warning dialog box appears in VSC interface.
Thanks