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

Support ~ expansion in setup path #82

Open prapicault opened 6 years ago

prapicault commented 6 years ago

In order for rubocop configuration to be shareable through a VS code workspace settings file, it would be nice if the value for execute path was to support the expansion of ~ used in the path.

kogent commented 5 years ago

It's worth noting that the config expansion searches for the tools on your PATH so as long as vscode is launched in a way that your PATH points to where these bins are, it works.