After updating vscode, I started receiving this error message ``` /Users/xx/.rbenv/shims/rubocop returns empty output! please check configuration. ``` If I do ```bundle exec rubocop file_name``` rubocop will work. I have these in the configuration file. ```JSON "ruby.rubocop.executePath": "/Users/xx/.rbenv/shims/", "ruby.rubocop.configFilePath": "/Users/xx/projects/mp/.rubocop.yml", ``` any idea, please!