Open misogi opened 6 years ago
Add suggestion of loading $PATH
You can try which rubocop in your terminal
which rubocop
and then add it as extension configs, for example per "ruby.rubocop.executePath": ".../.rbenv/shims/"
"ruby.rubocop.executePath": ".../.rbenv/shims/"
Add suggestion of loading $PATH