I trying to configure my .rubocop.yml file for my workspace throught the configFilePath of the rubocop plugin, but the vscode is not resolving the variable ${workspaceRoot}.
This NOT works:
"ruby.rubocop.configFilePath": "${workspaceRoot}\\.rbenv\\.rubocop.yml"
This works:
"ruby.rubocop.configFilePath": "C:\\Users\\My_User\\My_Project\\.rbenv\\.rubocop.yml"
If you want the extension to look in the working dir you could also do: