vscode-ruby version: 0.12.1After updating my VSCode I start to see the warn message env: ruby_executable_hooks: No such file or directory everytime I save some change in any file.
To fix this issue I end up using
"ruby.rubocop.executePath": "/Users/myuser/.rvm/gems/ruby-2.3.1/wrappers/" instead of bin
Most helpful comment
To fix this issue I end up using
"ruby.rubocop.executePath": "/Users/myuser/.rvm/gems/ruby-2.3.1/wrappers/"instead of bin