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

This extensions changes project Gemfile.lock #162

Open drvn-eb opened 2 years ago

drvn-eb commented 2 years ago

When this extension is active, it will change the Gemfile.lock of the project each time a *.rb file is saved.

There does not seem to be an option to turn off this behaviour.

This is probably what #107 is describing.