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