Vscode-ruby: env: ruby_executable_hooks: No such file or directory

Created on 16 May 2017  路  1Comment  路  Source: rubyide/vscode-ruby

Environment

  • vscode-ruby version: 0.12.1
  • Ruby version: 2.3.1
  • VS Code version: 1.12.2
  • Operating System: Sierra

After 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.

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

>All comments

To fix this issue I end up using
"ruby.rubocop.executePath": "/Users/myuser/.rvm/gems/ruby-2.3.1/wrappers/" instead of bin

Was this page helpful?
0 / 5 - 0 ratings