misogi / vscode-ruby-rubocop

Rubocop extension for Visual Studio Code
https://marketplace.visualstudio.com/items/misogi.ruby-rubocop
MIT License
137 stars 68 forks source link

Don't warn "Found multiple files" when they are the same file #174

Open TSMMark opened 1 year ago

TSMMark commented 1 year ago

Solves this comment https://github.com/misogi/vscode-ruby-rubocop/issues/62#issuecomment-1342963851

I tested locally by installing from dev build like:

yarn vscode:prepublish
yarn global add vsce
$(yarn global bin)/vsce package
code --install-extension ruby-rubocop-0.8.6.vsix

And I no longer get the warning:

image

TSMMark commented 1 year ago

Can this get a review + merge + release from a maintainer? Thanks